get rid of -fno-common
This commit is contained in:
parent
8f91b883fc
commit
a231964c35
|
@ -16,7 +16,6 @@ BIN = gpsp
|
||||||
VPATH += .. ../arm
|
VPATH += .. ../arm
|
||||||
CFLAGS += -DARM_ARCH -DPND_BUILD -Wall
|
CFLAGS += -DARM_ARCH -DPND_BUILD -Wall
|
||||||
CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp -ffast-math
|
CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp -ffast-math
|
||||||
CFLAGS += -fno-common
|
|
||||||
CFLAGS += -ggdb
|
CFLAGS += -ggdb
|
||||||
CFLAGS += -O2
|
CFLAGS += -O2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue