summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-02-16 00:57:42 +0100
committerKevin Ryde <user42@zip.com.au>2002-02-16 00:57:42 +0100
commit2d98ab48c8df4541e7036d0af8596bb0ea495cfd (patch)
treed234f5bc5d17adc7ad9a373baa0eaeffb46b0e77 /config.guess
parent8006dc78d80241c5ac05b93e7c76b148f84d7280 (diff)
downloadgmp-2d98ab48c8df4541e7036d0af8596bb0ea495cfd.tar.gz
* config.guess (alpha-*-*): Do alpha exact cpu probes on any system,
and only if configfsf.guess gives a plain "alpha".
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 6129dc083..72288d3ae 100755
--- a/config.guess
+++ b/config.guess
@@ -104,7 +104,7 @@ fi
case "$guess_full" in
-alpha*-*-netbsd* | alpha*-*-freebsd* | alpha*-*-openbsd*)
+alpha-*-*)
# configfsf.guess has a block of code not unlike this for OSF and linsux.
# Perhaps it'll support *BSD too some time, in which case the code here
# can be removed.