]> Zhao Yanbai Git Server - minix.git/commitdiff
Allow for overriding GCC var in test Makefile
authorArun Thomas <arun@minix3.org>
Fri, 19 Nov 2010 10:33:26 +0000 (10:33 +0000)
committerArun Thomas <arun@minix3.org>
Fri, 19 Nov 2010 10:33:26 +0000 (10:33 +0000)
test/Makefile

index b42c298792cc4ab57eb0e5e9fa7e76b610233844..88ee23dea2cc8de4a4550edbcefb194db31ca67f 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for the tests.
 
-GCC=gcc
+GCC?=gcc
 CFLAGS= -O0 -D_MINIX -D_POSIX_SOURCE
 CFLAGS-GCC= $(CFLAGS) -Wall 
 CFLAGS-GCCFPU= $(CFLAGS) -Wall -mhard-float