RISCOS: Prevent garbage collection of plugins code
This commit is contained in:
parent
b82ef1d7b1
commit
b016fcae34
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue