Support for SINIX-Z (x86) as well as SINIX-N (mips).
git-svn-id: svn://10.0.0.236/trunk@4742 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
16ea61e480
commit
6348093892
8
mozilla/config/config.guess
vendored
8
mozilla/config/config.guess
vendored
@ -236,8 +236,12 @@ EOF
|
||||
TSUNAMI:LynxOS:2.2*:*)
|
||||
echo sparc-lynx-lynxos${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
RM*:SINIX*:5.4[23]:* | RM*:Reliant*:5.4[23]:*)
|
||||
echo mips-sni-reliantunix
|
||||
*:SINIX*:5.4[23]:* | *:Reliant*:5.4[23]:*)
|
||||
if test "`uname -p`" = "i386"; then
|
||||
echo x86-sni-sinix
|
||||
else
|
||||
echo mips-sni-sinix
|
||||
fi
|
||||
exit 0 ;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user