RISCOS: Prevent garbage collection of plugins code

This commit is contained in:
Le Philousophe 2022-07-14 10:55:55 +02:00
parent b82ef1d7b1
commit b016fcae34

1
configure vendored
View file

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