From: Arun Thomas Date: Fri, 19 Nov 2010 10:33:26 +0000 (+0000) Subject: Allow for overriding GCC var in test Makefile X-Git-Tag: v3.2.0~737 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/howto.html?a=commitdiff_plain;h=4c0cc2719e96ee3236072bc17bc97a442cdb019c;p=minix.git Allow for overriding GCC var in test Makefile --- diff --git a/test/Makefile b/test/Makefile index b42c29879..88ee23dea 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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