From: notaz Date: Tue, 6 Sep 2011 16:09:11 +0000 (+0300) Subject: get rid of -fno-common X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=commitdiff_plain;h=a231964c3570be4cf3d2efd023090b6a9e730935 get rid of -fno-common --- 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