From c635976cd7b442883b9c02f182ab380305cf9603 Mon Sep 17 00:00:00 2001 From: Henry Kroll III Date: Thu, 28 Oct 2010 22:05:42 -0700 Subject: [PATCH] Force gcc for x86_64 --enable-cross --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a240d1a..33e1038 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ tcc1.def: echo "#define HOST_I386 1" >> config.h echo "CFLAGS=-O2 -g -pipe -Wall -m32" >> config.mak echo "ARCH=i386" >> config.mak - $(MAKE) i386-win32-tcc + $(MAKE) i386-win32-tcc CC=gcc cp i386-win32-tcc tcc.exe mv libtcc1.a libtcc1.bak $(MAKE) CONFIG_WIN32=1 libtcc1.a