summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-12-30 20:28:05 +0100
committerKevin Ryde <user42@zip.com.au>2000-12-30 20:28:05 +0100
commitdc7e539d57c397039f667067e4c28341b52e02b1 (patch)
tree330ee65c49b92fbbabe945c3cdf18a655a987a87 /config.sub
parent83056032d32022c14ce593dd0fb8a9716f1377fc (diff)
downloadgmp-dc7e539d57c397039f667067e4c28341b52e02b1.tar.gz
* config.sub (j90, t90): Preserve these, don't let configfsf.sub turn
them into c90.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 3e05dcd58..44aa49e65 100755
--- a/config.sub
+++ b/config.sub
@@ -96,6 +96,11 @@ 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"