RISCOS: Remove the -mno-poke-function-name compiler flag

This commit is contained in:
Cameron Cawley 2022-07-07 21:34:36 +01:00
parent 6a2203bb32
commit 68f9501be4

3
configure vendored
View File

@ -6245,9 +6245,6 @@ case $_host_os in
fi
;;
riscos)
if test "$_debug_build" = no; then
append_var CXXFLAGS "-mno-poke-function-name"
fi
if test "$_dynamic_modules" = no ; then
append_var LDFLAGS "-Wl,--gc-sections"
append_var CXXFLAGS "-ffunction-sections"