RISCOS: Prevent garbage collection of plugins code

This commit is contained in:
Le Philousophe 2022-07-14 10:55:55 +02:00
parent 8da787840d
commit 062c2982ec

1
configure vendored
View File

@ -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
;;