Support for tcc as a linker

2014-07-31 Thread Reuben Thomas
Last year, libtool gained support for tcc as a compiler, but up to now it didn't always work as a linker (configuring a project using: CC=tcc LD=tcc ./configure ; if the LD=tcc setting is omitted then configure assumes that ld is being used, diagnoses GNU ld (typically), and then fails e.g. with

Add dynamic export support for tcc

2014-07-31 Thread Reuben Thomas
The attached patch adds support for tcc's -rdynamic, the equivalent of GNU ld's -Wl,--export-dynamic. -- http://rrt.sc3d.org From 33d504492e36cb875d15c12515a2ab6b160931f6 Mon Sep 17 00:00:00 2001 From: Reuben Thomas r...@sc3d.org Date: Thu, 31 Jul 2014 16:53:58 +0100 Subject: [PATCH] Add dynamic