From a231964c3570be4cf3d2efd023090b6a9e730935 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 6 Sep 2011 19:09:11 +0300 Subject: [PATCH] get rid of -fno-common --- pandora/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2