install.texi: Note that ARM toolchains need binutils 2.13 or newer.
authorNick Clifton <nickc@redhat.com>
Wed, 9 Apr 2003 15:14:23 +0000 (15:14 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 9 Apr 2003 15:14:23 +0000 (15:14 +0000)
commit66d6bf1fcc3d18137df6a61d6152a6e0fd3891db
tree2e5a2326a5e9b0709de6d5974928e80cb8b88d94
parent988bb94bb5e6f7c323bb7a40ee79bb11d9afd29e
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/ChangeLog
gcc/config/arm/elf.h
gcc/config/arm/semi.h
gcc/config/arm/xscale-elf.h
gcc/doc/install.texi