From 4c0cc2719e96ee3236072bc17bc97a442cdb019c Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Fri, 19 Nov 2010 10:33:26 +0000 Subject: [PATCH] Allow for overriding GCC var in test Makefile --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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