From 68f9501be45bd79177e5c42964563fb5afe9ae84 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Thu, 7 Jul 2022 21:34:36 +0100 Subject: [PATCH] RISCOS: Remove the -mno-poke-function-name compiler flag --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index 175aa50c7c1..bd49b858be6 100755 --- a/configure +++ b/configure @@ -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"