Commit cfb7dfac authored by Sam Hocevar's avatar Sam Hocevar

* extras/contrib/bootstrap: support i686-apple-darwin8.

parent 7fa8d304
...@@ -63,7 +63,7 @@ case $HOST in ...@@ -63,7 +63,7 @@ case $HOST in
EXTRA_CPPFLAGS=" -no-cpp-precomp" EXTRA_CPPFLAGS=" -no-cpp-precomp"
echo "PATH = /bin:/usr/bin" >> config.mak echo "PATH = /bin:/usr/bin" >> config.mak
;; ;;
powerpc-apple-darwin8) powerpc-apple-darwin8|i686-apple-darwin8)
# Mac OS X 10.4 # Mac OS X 10.4
# Makefile cross compiling is only supported with gcc-4.0 # Makefile cross compiling is only supported with gcc-4.0
# ENVP defines the oldest environment on which the program will be able to run # ENVP defines the oldest environment on which the program will be able to run
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment