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

mac-configure: remove old cruft and enforce compatibility with Mavericks' compilation environment

parent 2fe9c763
......@@ -8,10 +8,6 @@ case "${ARCH}" in
CFLAGS="${CFLAGS} -m64 -march=core2 -mtune=core2"
LDFLAGS="${LDFLAGS} -m64"
;;
ppc)
CFLAGS="${CFLAGS} -arch ppc -mtune=G4"
LDFLAGS="${LDFLAGS} -arch ppc"
;;
*x86*)
CFLAGS="${CFLAGS} -m32 -march=prescott -mtune=generic"
LDFLAGS="${LDFLAGS} -m32"
......@@ -40,6 +36,7 @@ OPTIONS="
--disable-sdl
--disable-samplerate
--disable-macosx-dialog-provider
--with-macosx-version-min=10.6
"
export CFLAGS
......
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