[1/3] sim: build: stop probing system extensions (ourselves)

Message ID 20230116094656.22818-1-vapier@gentoo.org
State Committed
Headers
Series [1/3] sim: build: stop probing system extensions (ourselves) |

Commit Message

Mike Frysinger Jan. 16, 2023, 9:46 a.m. UTC
  This logic was added in order to expose the strsignal prototype for
nrun.c.  Since then, we've migrated to gnulib as our portability layer,
and it takes care of probing system extensions for us, so there's no
need to duplicate the work.
---
 sim/config.h.in            |  32 --------
 sim/configure              | 159 +------------------------------------
 sim/m4/sim_ac_toolchain.m4 |   1 -
 3 files changed, 3 insertions(+), 189 deletions(-)
  

Patch

diff --git a/sim/m4/sim_ac_toolchain.m4 b/sim/m4/sim_ac_toolchain.m4
index 50f08f90d5d7..cb145f78530e 100644
--- a/sim/m4/sim_ac_toolchain.m4
+++ b/sim/m4/sim_ac_toolchain.m4
@@ -17,7 +17,6 @@  dnl Setup the toolchain variables.
 AC_DEFUN([SIM_AC_TOOLCHAIN],
 [dnl
 AC_CANONICAL_SYSTEM
-AC_USE_SYSTEM_EXTENSIONS
 AC_REQUIRE([AC_PROG_CC])
 AC_REQUIRE([AC_PROG_CPP])
 AC_C_BIGENDIAN