summaryrefslogtreecommitdiff
path: root/cpu/pxa/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@atlas.denx.de>2006-03-07 00:22:36 +0100
committerWolfgang Denk <wd@atlas.denx.de>2006-03-07 00:22:36 +0100
commit0be248fa9a32667d29b0eb1bad77bbd372903e61 (patch)
tree8e32a9e044f0e8a9a39436936b304ac1a2786cc1 /cpu/pxa/config.mk
parent951a954b77ef30df1f5c1b7b9b4312e783b2cbb4 (diff)
Cleanup (get rid of debug code that sneaked in)
Diffstat (limited to 'cpu/pxa/config.mk')
-rw-r--r--cpu/pxa/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/pxa/config.mk b/cpu/pxa/config.mk
index f30a1fe1ad..fb810ca7c2 100644
--- a/cpu/pxa/config.mk
+++ b/cpu/pxa/config.mk
@@ -33,5 +33,4 @@ PLATFORM_CPPFLAGS += -march=armv5 -mtune=xscale
#
# ========================================================================
PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
-# for gcc-3x: PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32)
PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))