mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Handle different SINIX versions properly. Thanks to Sanjay Gupta (gupta@informix.com) for the suggestion.
This commit is contained in:
parent
478df8fe67
commit
ec68411b05
2
config/config.guess
vendored
2
config/config.guess
vendored
@ -236,7 +236,7 @@ EOF
|
||||
TSUNAMI:LynxOS:2.2*:*)
|
||||
echo sparc-lynx-lynxos${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
RM*:SINIX-N:5.4[23]:*|RM*:ReliantUNIX-N:5.4[23]:*)
|
||||
RM*:SINIX*:5.4[23]:* | RM*:Reliant*:5.4[23]:*)
|
||||
echo mips-sni-reliantunix
|
||||
exit 0 ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user