[Scummvm-git-logs] scummvm branch-2-6 -> b016fcae349c7d5efd9778f5589da97c60842bab

lephilousophe noreply at scummvm.org
Thu Jul 14 09:00:51 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:
b016fcae34 RISCOS: Prevent garbage collection of plugins code


Commit: b016fcae349c7d5efd9778f5589da97c60842bab
    https://github.com/scummvm/scummvm/commit/b016fcae349c7d5efd9778f5589da97c60842bab
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-07-14T11:00:37+02:00

Commit Message:
RISCOS: Prevent garbage collection of plugins code

Changed paths:
    configure


diff --git a/configure b/configure
index 9cd3a39e3eb..a9f4b0e20f5 100755
--- a/configure
+++ b/configure
@@ -6274,6 +6274,7 @@ case $_host_os in
 		else
 			# toolchain asks for gc-sections
 			append_var LDFLAGS "-Wl,--no-gc-sections"
+			append_var PLUGIN_LDFLAGS "-Wl,--no-gc-sections"
 			append_var CXXFLAGS "-mlong-calls"
 		fi
 		;;




More information about the Scummvm-git-logs mailing list