From 66d6bf1fcc3d18137df6a61d6152a6e0fd3891db Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 9 Apr 2003 15:14:23 +0000 Subject: 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 --- gcc/doc/install.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc/doc') 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
@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 +
+@end html +@heading @anchor{xscale-*-elf}xscale-*-elf +We require GNU binutils 2.13 or newer. @html
-- cgit v1.1