aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/semi.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-09 15:14:23 +0000
committerNick Clifton <nickc@gcc.gnu.org>2003-04-09 15:14:23 +0000
commit66d6bf1fcc3d18137df6a61d6152a6e0fd3891db (patch)
tree2e5a2326a5e9b0709de6d5974928e80cb8b88d94 /gcc/config/arm/semi.h
parent988bb94bb5e6f7c323bb7a40ee79bb11d9afd29e (diff)
downloadgcc-66d6bf1fcc3d18137df6a61d6152a6e0fd3891db.zip
gcc-66d6bf1fcc3d18137df6a61d6152a6e0fd3891db.tar.gz
gcc-66d6bf1fcc3d18137df6a61d6152a6e0fd3891db.tar.bz2
install.texi: Note that ARM toolchains need binutils 2.13 or newer.
* doc/install.texi: Note that ARM toolchains need binutils 2.13 or newer. * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa instead of -mno-fpu. * config/arm/semi.h (ASM_SPEC): Likewise. * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise, but only if -msoft-float is specified pass. Otherwise pass -mfpu=softvfp. From-SVN: r65398
Diffstat (limited to 'gcc/config/arm/semi.h')
-rw-r--r--gcc/config/arm/semi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h
index 68fd835..a7addee 100644
--- a/gcc/config/arm/semi.h
+++ b/gcc/config/arm/semi.h
@@ -64,7 +64,7 @@
%{mcpu=*:-mcpu=%*} \
%{march=*:-march=%*} \
%{mapcs-float:-mfloat} \
-%{msoft-float:-mno-fpu} \
+%{msoft-float:-mfpu=softfpa} \
%{mthumb-interwork:-mthumb-interwork} \
%(subtarget_extra_asm_spec)"
#endif