Skip to content

Commit 7a1fe4b

Browse files
committed
MACOSXPPC: Drop -Wa,-force_cpusubtype_ALL from ScummVM own CXXFLAGS
ScummVM 2.9.0 configure script now includes it in the LDFLAGS by default, when doing a PPC build. I've verified that it works on my iMac G4 running Tiger, by emulating a non-Altivec G4 with `sudo nvram boot-args="novmx=1"` and a reboot.
1 parent c5f9853 commit 7a1fe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RANLIB=/opt/macports-tff/bin/ranlib \
1616
STRINGS=/opt/macports-tff/bin/strings \
1717
STRIP=/opt/macports-tff/bin/strip \
1818
CPPFLAGS='-I/staticscummvm/include' \
19-
CXXFLAGS='-O2 -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -Wa,-force_cpusubtype_ALL -m32' \
19+
CXXFLAGS='-O2 -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -m32' \
2020
LDFLAGS='-Wl,-macosx_version_min,10.4 -Wl,-headerpad_max_install_names -L/staticscummvm/lib' \
2121
./configure \
2222
--with-staticlib-prefix=/staticscummvm \

0 commit comments

Comments
 (0)