summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandora/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/pandora/Makefile b/pandora/Makefile
index a485146..d28a13f 100644
--- a/pandora/Makefile
+++ b/pandora/Makefile
@@ -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