notaz.gp2x.de
/
gpsp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f91b88
)
get rid of -fno-common
author
notaz
<notaz@pixelinis>
Tue, 6 Sep 2011 16:09:11 +0000
(19:09 +0300)
committer
notaz
<notaz@pixelinis>
Wed, 7 Sep 2011 21:48:33 +0000
(
00:48
+0300)
pandora/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/pandora/Makefile
b/pandora/Makefile
index
a485146
..
d28a13f
100644
(file)
--- 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