diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-13 21:55:39 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-13 21:55:39 +0000 |
commit | e020fd985d190330303a138927a14424f06959b0 (patch) | |
tree | 11e85a2a19b40ba8811716cabb86e60be7780aa4 /config.guess | |
parent | d2c7d67b28e190bf1827de40795694bb0dfb5414 (diff) | |
download | gcc-e020fd985d190330303a138927a14424f06959b0.tar.gz |
* config.guess (interix Alpha): Add.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26423 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.guess b/config.guess index f3fce22efa6..a91e7509507 100755 --- a/config.guess +++ b/config.guess @@ -100,6 +100,12 @@ EOF rm -f dummy.s dummy echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit 0 ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than generic posix subsystem? + # Should we change UNAME_MACHINE based on the output of uname + # instead of the specific alpha model. + echo alpha-pc-interix + exit 0;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit 0 ;; |