diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch')
-rw-r--r-- | packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch b/packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch index e69de29bb2..fa059f29cd 100644 --- a/packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch +++ b/packages/linux/openslug-kernel-2.6.7/arm-Makefile.patch @@ -0,0 +1,13 @@ +--- linux-2.6.7/arch/arm/Makefile.orig 2004-06-15 22:19:13.000000000 -0700 ++++ linux-2.6.7/arch/arm/Makefile 2004-09-19 21:47:58.000000000 -0700 +@@ -55,8 +55,8 @@ + tune-$(CONFIG_CPU_V6) :=-mtune=strongarm + + # Need -Uarm for gcc < 3.x +-CFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float -Wa,-mno-fpu -Uarm +-AFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -msoft-float -Wa,-mno-fpu ++CFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -msoft-float -Uarm ++AFLAGS +=-mapcs-32 $(arch-y) $(tune-y) -msoft-float + + #Default value + DATAADDR := . |