Congrats svn_load_dirs.pl, this change just disappeared.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24466 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-03-19 13:01:56 +00:00
parent 939977cf72
commit 1bad8b265d

View File

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