Added machine i586-pc-haiku.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15338 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-12-05 13:54:26 +00:00
parent 72db4cec0a
commit 5924f28caf
2 changed files with 7 additions and 1 deletions

View File

@ -1134,6 +1134,12 @@ EOF
BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
echo i586-pc-beos
exit 0 ;;
BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
echo i586-pc-haiku
exit 0 ;;
BeMac:Haiku:*:*) # Haiku running on Mac or Mac clone, PPC only.
echo powerpc-apple-haiku
exit 0 ;;
SX-4:SUPER-UX:*:*)
echo sx4-nec-superux${UNAME_RELEASE}
exit 0 ;;

View File

@ -1143,7 +1143,7 @@ case $os in
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -haiku*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)