Commit c2b12c82 authored by Felix Paul Kühne's avatar Felix Paul Kühne

remove stupid arch flags

parent b19a646b
......@@ -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
......
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