diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-02-15 23:18:05 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-02-15 23:18:05 +0100 |
commit | 8f542b1614e28eaa65b1a806c2db2030465b8bfd (patch) | |
tree | a80e0f9cd6730374f456ff3a5df61984690ae1fe /config.sub | |
parent | 885fbd1f4aa03e1636a0ab4f1e07713d75b386b5 (diff) | |
download | gmp-8f542b1614e28eaa65b1a806c2db2030465b8bfd.tar.gz |
* configfsf.sub: Update to 2001-02-16.
* config.sub (j90, t90): Remove special handing, configfsf.sub now ok.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config.sub b/config.sub index 44aa49e65..53ae5b89a 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # GMP config.sub wrapper. -# Copyright 2000 Free Software Foundation, Inc. +# Copyright 2000, 2001 Free Software Foundation, Inc. # # This file is part of the GNU MP Library. # @@ -96,11 +96,6 @@ sparcv8 | supersparc | microsparc | ultrasparc | ultrasparc[123]) sh2) test_cpu=sh ;; -# configfsf.guess gives j90 or t90, but configfsf.sub changes them to c90. -# We want them preserved. -j90 | t90) - test_cpu=c90 ;; - *) # Don't need or want to change the given name, just run configfsf.sub $SHELL $configfsf_sub "$given_full" |