Added machine i586-pc-haiku.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15337 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
legacy/autoconf/config.guess | 6 ++++++
legacy/autoconf/config.sub | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
@@ -810,6 +810,12 @@
BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
echo i586-pc-beos
exit 0 ;;
BeMac:Haiku:*:*) # Haiku running on Mac or Mac clone, PPC only.
echo powerpc-apple-haiku
exit 0 ;;
BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
echo i586-pc-haiku
exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2
@@ -714,7 +714,7 @@
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos*)
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -haiku*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-linux*)