OSDN Git Service

Force the CC variable in the Makefile to GCC. 1.37
authorRandy Heit <rheit@zdoom.fake>
Sat, 25 Feb 2006 04:07:29 +0000 (04:07 +0000)
committerRandy Heit <rheit@zdoom.fake>
Sat, 25 Feb 2006 04:07:29 +0000 (04:07 +0000)
SVN r16 (trunk)

Makefile

index 9f22c16..3bb2acc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ target = $(strip $(shell $(CC) -dumpmachine))
 # DOS and Windows executables should have the .exe extension.\r
 # Other operating systems should be extension-less.\r
 \r
+CC = gcc\r
+\r
 ifeq ($(findstring mingw32,$(target)),mingw32)\r
 EXENAME = acc.exe\r
 else\r