aboutsummaryrefslogtreecommitdiff
path: root/sim/rl78/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-20 09:21:28 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-20 09:23:56 -0400
commitd549b029d6d622af531211ef4c7bc48cb5011d93 (patch)
treeed70bf9345526cfbcef5b01359621ab1dab583b4 /sim/rl78/configure
parentaee4e85e27f94be438e480b59f3218c6fa3463d5 (diff)
downloadfsf-binutils-gdb-d549b029d6d622af531211ef4c7bc48cb5011d93.zip
fsf-binutils-gdb-d549b029d6d622af531211ef4c7bc48cb5011d93.tar.gz
fsf-binutils-gdb-d549b029d6d622af531211ef4c7bc48cb5011d93.tar.bz2
sim: rl78/rx: drop unnecessary getopt.h probing
Since getopt.h is provided by libiberty, there's no need to probe for a system version of it. Plus we already assume it exists in other parts of the sim.
Diffstat (limited to 'sim/rl78/configure')
-rwxr-xr-xsim/rl78/configure9
1 files changed, 2 insertions, 7 deletions
diff --git a/sim/rl78/configure b/sim/rl78/configure
index 8ba5fd0..7ad7eac 100755
--- a/sim/rl78/configure
+++ b/sim/rl78/configure
@@ -2302,7 +2302,6 @@ as_fn_append ac_func_list " posix_fallocate"
as_fn_append ac_func_list " sigaction"
as_fn_append ac_func_list " time"
as_fn_append ac_func_list " truncate"
-as_fn_append ac_header_list " getopt.h"
# Check that the precious variables saved in the cache have kept the same
# value.
ac_cache_corrupted=false
@@ -11244,7 +11243,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11247 "configure"
+#line 11246 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11350,7 +11349,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11353 "configure"
+#line 11352 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11996,10 +11995,6 @@ fi
-
-
-
-
cgen_breaks=""
if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
cgen_breaks="break cgen_rtx_error";