[Scummvm-git-logs] scummvm master -> 062c2982ecfc641f76cb2380cb028bf0820a9b54

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


Commit: 062c2982ecfc641f76cb2380cb028bf0820a9b54
    https://github.com/scummvm/scummvm/commit/062c2982ecfc641f76cb2380cb028bf0820a9b54
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-07-14T10:56:55+02:00

Commit Message:
RISCOS: Prevent garbage collection of plugins code

Changed paths:
    configure


diff --git a/configure b/configure
index ceb0f675f72..f0edff6f720 100755
--- a/configure
+++ b/configure
@@ -6259,6 +6259,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