From 72db4cec0ae9c045b36ba23a1ea8e8131ec0ccac Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 5 Dec 2005 13:52:01 +0000 Subject: [PATCH] Added machine i586-pc-haiku. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15337 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- legacy/autoconf/config.guess | 6 ++++++ legacy/autoconf/config.sub | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/legacy/autoconf/config.guess b/legacy/autoconf/config.guess index 2960d6e0d2..c4d84fc5e6 100755 --- a/legacy/autoconf/config.guess +++ b/legacy/autoconf/config.guess @@ -810,6 +810,12 @@ EOF 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 diff --git a/legacy/autoconf/config.sub b/legacy/autoconf/config.sub index 00bea6e6aa..fa1ff4e225 100755 --- a/legacy/autoconf/config.sub +++ b/legacy/autoconf/config.sub @@ -714,7 +714,7 @@ case $os in | -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*)