aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
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/doc
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/doc')
-rw-r--r--gcc/doc/install.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index f14581b..e78979b 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1918,13 +1918,19 @@ configuration.
@end html
@heading @anchor{arm-*-elf}arm-*-elf
This configuration is intended for embedded systems.
+We require GNU binutils 2.13 or newer.
@html
<hr />
@end html
@heading @anchor{arm*-*-linux-gnu}arm*-*-linux-gnu
+We require GNU binutils 2.13 or newer.
-We require GNU binutils 2.10 or newer.
+@html
+<hr />
+@end html
+@heading @anchor{xscale-*-elf}xscale-*-elf
+We require GNU binutils 2.13 or newer.
@html
<hr />