Commit 3516940d by Donn Terry Committed by Jeff Law

config.guess (interix Alpha): Add.

        * config.guess (interix Alpha): Add.

Co-Authored-By: Martin Heller <Ing.-Buero_Heller@t-online.de>

From-SVN: r26423
parent 5e37fb50
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 <oliva@dcc.unicamp.br> Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
* config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
......
...@@ -100,6 +100,12 @@ EOF ...@@ -100,6 +100,12 @@ EOF
rm -f dummy.s dummy rm -f dummy.s dummy
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
exit 0 ;; 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) 21064:Windows_NT:50:3)
echo alpha-dec-winnt3.5 echo alpha-dec-winnt3.5
exit 0 ;; exit 0 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment