mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Added support for QNX.
This commit is contained in:
parent
94f970cf29
commit
d2482b73f6
3
build/autoconf/config.guess
vendored
3
build/autoconf/config.guess
vendored
@ -749,6 +749,9 @@ EOF
|
||||
echo mips-unknown-sysv${UNAME_RELEASE}
|
||||
fi
|
||||
exit 0 ;;
|
||||
*:QNX:*:*)
|
||||
echo i386-pc-qnx`${UNAME_VERSION} | cut -c1-1`
|
||||
exit 0 ;;
|
||||
esac
|
||||
|
||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user