From c8ad30bc90a162f810f1185dacf03dfd6ebe4142 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 3 Feb 2014 14:47:48 -0500 Subject: [PATCH] Removed -force_cpusubtype_ALL cflag from Mac builds. This was for PowerPC G3 (!) compatibility, and Clang doesn't even recognize the flag anymore. --- configure | 3 --- configure.in | 3 --- 2 files changed, 6 deletions(-) diff --git a/configure b/configure index 3203ff746c54a..ed07939016aa2 100755 --- a/configure +++ b/configure @@ -23008,9 +23008,6 @@ $as_echo "#define SDL_FILESYSTEM_HAIKU 1" >>confdefs.h CheckOpenGLX11 CheckPTHREAD - # Need this or things might misbuild on a G3. - EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL" - # Set up files for the audio library if test x$enable_audio = xyes; then diff --git a/configure.in b/configure.in index 55377007d87bf..68a9586ec0a9c 100644 --- a/configure.in +++ b/configure.in @@ -3016,9 +3016,6 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau CheckOpenGLX11 CheckPTHREAD - # Need this or things might misbuild on a G3. - EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL" - # Set up files for the audio library if test x$enable_audio = xyes; then AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO, 1, [ ])