diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-12-30 20:28:05 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-12-30 20:28:05 +0100 |
commit | dc7e539d57c397039f667067e4c28341b52e02b1 (patch) | |
tree | 330ee65c49b92fbbabe945c3cdf18a655a987a87 | |
parent | 83056032d32022c14ce593dd0fb8a9716f1377fc (diff) | |
download | gmp-dc7e539d57c397039f667067e4c28341b52e02b1.tar.gz |
* config.sub (j90, t90): Preserve these, don't let configfsf.sub turn
them into c90.
-rwxr-xr-x | config.sub | 5 |
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" |