Allow for overriding GCC var in test Makefile
This commit is contained in:
parent
cfc1fe2ead
commit
4c0cc2719e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue