aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32
diff options
context:
space:
mode:
Diffstat (limited to 'sim/erc32')
-rw-r--r--sim/erc32/ChangeLog4
-rwxr-xr-xsim/erc32/configure18
2 files changed, 15 insertions, 7 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index 68599f7..108b6ae 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-06 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.
diff --git a/sim/erc32/configure b/sim/erc32/configure
index 71558e1..d496a92 100755
--- a/sim/erc32/configure
+++ b/sim/erc32/configure
@@ -683,7 +683,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
-HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@@ -6900,7 +6899,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
- AR="$AR $plugin_option"
+ touch conftest.c
+ $AR $plugin_option rc conftest.a conftest.c
+ if test "$?" != 0; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
+$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
+ else
+ AR="$AR $plugin_option"
+ fi
+ rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@@ -8560,7 +8567,6 @@ fi
-
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@@ -12924,7 +12930,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12927 "configure"
+#line 12933 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13030,7 +13036,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 13033 "configure"
+#line 13039 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13269,8 +13275,6 @@ CC="$lt_save_CC"
-. ${srcdir}/../../bfd/configure.host
-