]> git.sesse.net Git - vlc/commitdiff
* extras/contrib/bootstrap: support i686-apple-darwin8.
authorSam Hocevar <sam@videolan.org>
Thu, 26 Jan 2006 20:33:25 +0000 (20:33 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 26 Jan 2006 20:33:25 +0000 (20:33 +0000)
extras/contrib/bootstrap

index c5230228a28dc4f53ccff4f48564039575d064c7..e71a291ed1438e827b84412d4ec75374aed36777 100755 (executable)
@@ -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