[vlc-devel] commit: remove stupid arch flags ( Felix Paul Kühne )

git version control git at videolan.org
Sat Jun 13 15:05:32 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jun 13 15:05:29 2009 +0200| [bbe8ccf83678583b9024ad2c1505e378f8a4f343] | committer: Felix Paul Kühne 

remove stupid arch flags

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bbe8ccf83678583b9024ad2c1505e378f8a4f343
---

 configure.ac |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/configure.ac b/configure.ac
index c4ccb78..dce9111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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




More information about the vlc-devel mailing list