⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2005-12-05 13:52:01.0 +00:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2005-12-05 13:52:01.0 +00:00:00
commit
72db4cec0ae9c045b36ba23a1ea8e8131ec0ccac [patch]
tree
377f18cd7e7e2db52887e049578c292caa89cd76
parent
de837934d81d34e7f0bc836d4366a45619a24057
download
72db4cec0ae9c045b36ba23a1ea8e8131ec0ccac.tar.gz

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(-)

diff --git a/legacy/autoconf/config.guess b/legacy/autoconf/config.guess
index 2960d6e..c4d84fc 100755
--- a/legacy/autoconf/config.guess
+++ b/legacy/autoconf/config.guess
@@ -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
diff --git a/legacy/autoconf/config.sub b/legacy/autoconf/config.sub
index 00bea6e..fa1ff4e 100755
--- a/legacy/autoconf/config.sub
+++ b/legacy/autoconf/config.sub
@@ -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*)