mirror of git://gcc.gnu.org/git/gcc.git
* config.guess: Match any version of Unixware7.
From-SVN: r23217
This commit is contained in:
parent
79654235e2
commit
d2ec8b393c
|
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
|
||||||
|
|
||||||
|
* config.guess: Match any version of Unixware7.
|
||||||
|
|
||||||
Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
|
Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* config.if (cxx_interface, libstdcxx_interface): Do not try to set
|
* config.if (cxx_interface, libstdcxx_interface): Do not try to set
|
||||||
|
|
|
||||||
|
|
@ -688,7 +688,7 @@ EOF
|
||||||
echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}
|
||||||
fi
|
fi
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
i?86:*:5:7)
|
i?86:*:5:7*)
|
||||||
UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
|
UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
|
||||||
(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
|
(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
|
||||||
(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
|
(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue