[Scummvm-git-logs] scummvm master -> ad2be3049704fdc715e2038d25f24dc1da9e0ce8

lephilousophe noreply at scummvm.org
Sun Mar 3 15:50:25 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ad2be30497 PSP: Update CXXFLAGS to match what toolchain does


Commit: ad2be3049704fdc715e2038d25f24dc1da9e0ce8
    https://github.com/scummvm/scummvm/commit/ad2be3049704fdc715e2038d25f24dc1da9e0ce8
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-03-03T16:49:49+01:00

Commit Message:
PSP: Update CXXFLAGS to match what toolchain does

Changed paths:
    configure


diff --git a/configure b/configure
index 355aab7a607..d14b4a81149 100755
--- a/configure
+++ b/configure
@@ -3390,7 +3390,7 @@ EOF
 		append_var CXXFLAGS "-I$PSPSDK/include"
 		# FIXME: Why is the following in CXXFLAGS and not in DEFINES? Change or document this.
 		append_var CXXFLAGS "-D_PSP_FW_VERSION=150"
-		append_var CXXFLAGS "-G0"
+		append_var CXXFLAGS "-mno-gpopt"
 		add_line_to_config_mk 'PSP = 1'
 		;;
 	riscos)




More information about the Scummvm-git-logs mailing list