[Scummvm-git-logs] scummvm branch-2-6 -> bbb57662340272c06517ff73e3596f5a525081ea
ccawley2011
noreply at scummvm.org
Thu Jul 7 20:44:19 UTC 2022
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:
bbb5766234 RISCOS: Remove the -mno-poke-function-name compiler flag
Commit: bbb57662340272c06517ff73e3596f5a525081ea
https://github.com/scummvm/scummvm/commit/bbb57662340272c06517ff73e3596f5a525081ea
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-07-07T21:43:55+01:00
Commit Message:
RISCOS: Remove the -mno-poke-function-name compiler flag
Changed paths:
configure
diff --git a/configure b/configure
index cfdefcb052d..0f876776413 100755
--- a/configure
+++ b/configure
@@ -6260,9 +6260,6 @@ case $_host_os in
fi
;;
riscos)
- if test "$_debug_build" = no; then
- append_var CXXFLAGS "-mno-poke-function-name"
- fi
if test "$_dynamic_modules" = no ; then
append_var LDFLAGS "-Wl,--gc-sections"
append_var CXXFLAGS "-ffunction-sections"
More information about the Scummvm-git-logs
mailing list