From cfb7dfac6b08f62c84341f5525b88c317b2d8238 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 26 Jan 2006 20:33:25 +0000 Subject: [PATCH] * extras/contrib/bootstrap: support i686-apple-darwin8. --- extras/contrib/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index c5230228a2..e71a291ed1 100755 --- a/extras/contrib/bootstrap +++ b/extras/contrib/bootstrap @@ -63,7 +63,7 @@ case $HOST in EXTRA_CPPFLAGS=" -no-cpp-precomp" echo "PATH = /bin:/usr/bin" >> config.mak ;; - powerpc-apple-darwin8) + powerpc-apple-darwin8|i686-apple-darwin8) # Mac OS X 10.4 # Makefile cross compiling is only supported with gcc-4.0 # ENVP defines the oldest environment on which the program will be able to run -- 2.39.2