Skip to content

Commit d4eef1b

Browse files
committed
MACOSXPPC: ScummVM 2.9.0 is now built with GCC 7.5.0 instead of 4.8.5
Still using one compiler that's part of the (easy to set up) "Unofficial TenFourFox Development Toolkit" on OSX 10.4. That same compiler is used for the external dependencies that we bundle, except for SDL1.2 still being compiled with old base gcc-4.0, for reasons documented in its build.sh script.
1 parent 7a1fe4b commit d4eef1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export PATH=/staticscummvm/bin:/usr/bin:/bin:/usr/sbin:/sbin
99
export MACOSX_DEPLOYMENT_TARGET=10.4
1010
export SDKROOT=/Developer/SDKs/MacOSX10.4u.sdk
1111

12-
CXX='/usr/local/bin/ccache /opt/macports-tff/bin/g++-mp-4.8' \
12+
CXX='/usr/local/bin/ccache /opt/macports-tff/bin/g++-mp-7' \
1313
AR=/opt/macports-tff/bin/ar \
1414
LD=/opt/macports-tff/bin/ld-97 \
1515
RANLIB=/opt/macports-tff/bin/ranlib \
@@ -45,7 +45,7 @@ LDFLAGS='-Wl,-macosx_version_min,10.4 -Wl,-headerpad_max_install_names -L/static
4545

4646
# USE_CURL= because we don't trust this on old macOS
4747
/opt/macports-tff/bin/gmake USE_CURL=
48-
exit 0
48+
#exit 0
4949

5050
/opt/macports-tff/bin/gmake USE_CURL= bundle
5151

0 commit comments

Comments
 (0)