diff options
author | Wolfgang Denk <wd@atlas.denx.de> | 2006-03-07 00:22:36 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-03-07 00:22:36 +0100 |
commit | 0be248fa9a32667d29b0eb1bad77bbd372903e61 (patch) | |
tree | 8e32a9e044f0e8a9a39436936b304ac1a2786cc1 /cpu/pxa | |
parent | 951a954b77ef30df1f5c1b7b9b4312e783b2cbb4 (diff) | |
download | u-boot-imx-0be248fa9a32667d29b0eb1bad77bbd372903e61.zip u-boot-imx-0be248fa9a32667d29b0eb1bad77bbd372903e61.tar.gz u-boot-imx-0be248fa9a32667d29b0eb1bad77bbd372903e61.tar.bz2 |
Cleanup (get rid of debug code that sneaked in)
Diffstat (limited to 'cpu/pxa')
-rw-r--r-- | cpu/pxa/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/pxa/config.mk b/cpu/pxa/config.mk index f30a1fe..fb810ca 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,)) |