diff options
| author | Nicolas Pitre <nico@org.rmk.(none)> | 2003-06-12 02:15:24 +0100 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2003-06-12 02:15:24 +0100 |
| commit | d76641fa946092694efe7b992ecbbc728161ade0 (patch) | |
| tree | 70cd7e00c4ce7445de7c7ba43758c9cfbe5d6953 | |
| parent | 19aa21ed093878b2a8a4832339d2ffddc50ec6e1 (diff) | |
[ARM PATCH] 1540/2: fixes for gcc-3.3
Patch from Nicolas Pitre
> Patch #1540/1 has had the following note added:
>
> Ok, it seems that we've had this for years and years, and it hasn't been
> causing a problem. We've now got -Wa,-mno-fpu which should catch anything
> which shouldn't be used anyway.
>
> Could you send a new patch for this change please?
>
> Update by: Russell King
Here it is.
| -rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index e5082c2fb264..a67c83382571 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -59,7 +59,7 @@ tune-$(CONFIG_CPU_XSCALE) :=-mtune=xscale # do this with -msoft-float CFLAGS_BOOT :=$(apcs-y) $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float -Wa,-mno-fpu -Uarm CFLAGS +=$(apcs-y) $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float -Wa,-mno-fpu -Uarm -AFLAGS +=$(apcs-y) $(arch-y) $(tune-y) -mno-fpu -msoft-float -Wa,-mno-fpu +AFLAGS +=$(apcs-y) $(arch-y) $(tune-y) -msoft-float -Wa,-mno-fpu #Default value DATAADDR := . |
