[vlc-devel] commit: remove stupid arch flags ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Jun 13 15:22:29 CEST 2009
vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jun 13 15:05:29 2009 +0200| [c2b12c8274ca65b564023d6d971f450a20c9bd98] | committer: Felix Paul Kühne
remove stupid arch flags
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2b12c8274ca65b564023d6d971f450a20c9bd98
---
configure.ac | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/configure.ac b/configure.ac
index 657bdb9..9524e03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,20 +282,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