Allow for overriding GCC var in test Makefile
This commit is contained in:
parent
cfc1fe2ead
commit
4c0cc2719e
@ -1,6 +1,6 @@
|
|||||||
# Makefile for the tests.
|
# Makefile for the tests.
|
||||||
|
|
||||||
GCC=gcc
|
GCC?=gcc
|
||||||
CFLAGS= -O0 -D_MINIX -D_POSIX_SOURCE
|
CFLAGS= -O0 -D_MINIX -D_POSIX_SOURCE
|
||||||
CFLAGS-GCC= $(CFLAGS) -Wall
|
CFLAGS-GCC= $(CFLAGS) -Wall
|
||||||
CFLAGS-GCCFPU= $(CFLAGS) -Wall -mhard-float
|
CFLAGS-GCCFPU= $(CFLAGS) -Wall -mhard-float
|
||||||
|
Loading…
x
Reference in New Issue
Block a user