get rid of -fno-common

This commit is contained in:
notaz 2011-09-06 19:09:11 +03:00
parent 8f91b883fc
commit a231964c35
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ BIN = gpsp
VPATH += .. ../arm
CFLAGS += -DARM_ARCH -DPND_BUILD -Wall
CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp -ffast-math
CFLAGS += -fno-common
CFLAGS += -ggdb
CFLAGS += -O2