get rid of -fno-common
authornotaz <notaz@pixelinis>
Tue, 6 Sep 2011 16:09:11 +0000 (19:09 +0300)
committernotaz <notaz@pixelinis>
Wed, 7 Sep 2011 21:48:33 +0000 (00:48 +0300)
pandora/Makefile

index a485146..d28a13f 100644 (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