]> git.sesse.net Git - vlc/commitdiff
remove stupid arch flags
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 13 Jun 2009 13:05:29 +0000 (15:05 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 13 Jun 2009 13:05:29 +0000 (15:05 +0200)
configure.ac

index c4ccb785cf58c64888263bfcdab307697c4af7aa..dce9111792017ea2df72d82d06e768d7e44d1083 100644 (file)
@@ -284,20 +284,6 @@ case "${host_os}" in
         OBJC="${OBJC} -isysroot ${with_macosx_sdk}"
         LD="${LD} -syslibroot ${with_macosx_sdk}"
     fi
-    if test "${host_cpu}" = "powerpc"; then
-        CPP="${CPP} -arch ppc"
-        CC="${CC} -arch ppc"
-        CXX="${CXX} -arch ppc"
-        OBJC="${OBJC} -arch ppc"
-        LD="${LD} -arch ppc"
-    fi    
-    if test "${host_cpu}" = "i386"; then
-        CPP="${CPP} -arch i386"
-        CC="${CC} -arch i386"
-        CXX="${CXX} -arch i386"
-        OBJC="${OBJC} -arch i386"
-        LD="${LD} -arch i386"
-    fi
     AC_ARG_WITH(macosx-version-min,
        [  --with-macosx-version-min=VERSION  compile for MacOSX VERSION and above])
     if test "${with_macosx_version_min}" != "" ; then