From e020fd985d190330303a138927a14424f06959b0 Mon Sep 17 00:00:00 2001 From: law Date: Tue, 13 Apr 1999 21:55:39 +0000 Subject: [PATCH] * config.guess (interix Alpha): Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26423 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 5 +++++ config.guess | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index a269c2aa3b4..e72787e8720 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com) + Martin Heller (Ing.-Buero_Heller@t-online.de) + + * config.guess (interix Alpha): Add. + Sun Apr 11 23:55:34 1999 Alexandre Oliva * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to 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 ;; -- 2.11.0