aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-15 22:55:53 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-12-15 22:55:53 +0000
commitbd9c1f8f189c00662eaf588134b01bfbd424b87e (patch)
tree9aa1ce2e66c7dabed41e2d67c9a9a8a5dd4279db /gcc/config.gcc
parent73487f1ebc9ea83725076c7e95b6afbca56e54f4 (diff)
downloadgcc-bd9c1f8f189c00662eaf588134b01bfbd424b87e.zip
gcc-bd9c1f8f189c00662eaf588134b01bfbd424b87e.tar.gz
gcc-bd9c1f8f189c00662eaf588134b01bfbd424b87e.tar.bz2
tm.texi.in (US_SOFTWARE_GOFAST): Don't document.
* doc/tm.texi.in (US_SOFTWARE_GOFAST): Don't document. * doc/tm.texi: Regenerate. * system.h (US_SOFTWARE_GOFAST): Poison. * config.gcc (enable_gofast): Don't handle. * config/gofast.h: Remove. * config/mips/t-gofast: Remove. * config/fp-bit.c (US_SOFTWARE_GOFAST): Don't handle. * config/fp-bit.h (US_SOFTWARE_GOFAST): Don't handle. * config/mips/elforion.h: Don't mention GOFAST in comment. * config/mips/mips.c: Don't include gofast.h. (mips_init_libfuncs): Don't call gofast_maybe_init_libfuncs. * config/mips/t-sr71k (dp-bit.c, fp-bit.c): Don't define US_SOFTWARE_GOFAST. * config/sparc/sparc.c: Don't include gofast.h. (sparc_init_libfuncs): Don't call gofast_maybe_init_libfuncs. * config/spu/t-spu-elf (dp-bit.c, fp-bit.c): Don't undefine US_SOFTWARE_GOFAST. From-SVN: r167880
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 51d9c26..886da50 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -3562,13 +3562,7 @@ case ${target} in
tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
;;
esac
- if test "x$enable_gofast" = xyes
- then
- tm_defines="US_SOFTWARE_GOFAST $tm_defines"
- tmake_file="mips/t-gofast $tmake_file"
- else
- tmake_file="mips/t-mips $tmake_file"
- fi
+ tmake_file="mips/t-mips $tmake_file"
;;
powerpc*-*-* | rs6000-*-*)