Disabling tcc static linking.
authorviric@mandarina
Sun, 14 May 2006 16:44:36 +0200
changeset 31 5161682619f7
parent 30 eacb6e51eb0a
child 32 bf8fdaf2661c
Disabling tcc static linking. In my system 'tcc' cannot link statically due to an error in GNU libc.a.
Makefile.tcc
--- a/Makefile.tcc	Sun May 14 16:39:14 2006 +0200
+++ b/Makefile.tcc	Sun May 14 16:44:36 2006 +0200
@@ -1,6 +1,6 @@
 # Tiny C
 CC=tcc
 MY_CFLAGS=
-MY_LDFLAGS=-static
+#MY_LDFLAGS=-static
 
 include Makefile.common