diff options
Diffstat (limited to 'lang/tcc/files')
-rw-r--r-- | lang/tcc/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/tcc/files/patch-Makefile b/lang/tcc/files/patch-Makefile deleted file mode 100644 index 3ff9ff28867a..000000000000 --- a/lang/tcc/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Tue May 16 06:33:17 2006 -+++ Makefile Tue May 16 06:33:28 2006 -@@ -5,7 +5,7 @@ - - CFLAGS=-O2 -g -Wall - ifndef CONFIG_WIN32 --LIBS=-ldl -+#LIBS=-ldl - BCHECK_O=bcheck.o - endif - CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC |