Browse Source

Removed -force_cpusubtype_ALL cflag from Mac builds.

This was for PowerPC G3 (!) compatibility, and Clang doesn't even recognize
 the flag anymore.
Ryan C. Gordon 11 years ago
parent
commit
c8ad30bc90
2 changed files with 0 additions and 6 deletions
  1. 0 3
      configure
  2. 0 3
      configure.in

+ 0 - 3
configure

@@ -23008,9 +23008,6 @@ $as_echo "#define SDL_FILESYSTEM_HAIKU 1" >>confdefs.h
         CheckOpenGLX11
         CheckOpenGLX11
         CheckPTHREAD
         CheckPTHREAD
 
 
-        # Need this or things might misbuild on a G3.
-        EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL"
-
         # Set up files for the audio library
         # Set up files for the audio library
         if test x$enable_audio = xyes; then
         if test x$enable_audio = xyes; then
 
 

+ 0 - 3
configure.in

@@ -3016,9 +3016,6 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
         CheckOpenGLX11
         CheckOpenGLX11
         CheckPTHREAD
         CheckPTHREAD
 
 
-        # Need this or things might misbuild on a G3.
-        EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL"
-
         # Set up files for the audio library
         # Set up files for the audio library
         if test x$enable_audio = xyes; then
         if test x$enable_audio = xyes; then
             AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO, 1, [ ])
             AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO, 1, [ ])