summaryrefslogtreecommitdiff
path: root/sim/pru
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-14 23:16:49 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-14 23:19:52 -0400
commit82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9 (patch)
treea08d893f20194b02bf2e9d6bfff0e3198df3d21d /sim/pru
parentfbe8d1cf5b1b92e28be05b61edb3141261e02672 (diff)
downloadbinutils-gdb-82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9.tar.gz
sim: drop redundant SIM_AC_OPTION_WARNINGS
The common code already calls this, so no need to do so in arch dirs. We leave the calls that disable -Werror. This will help unify the configure scripts.
Diffstat (limited to 'sim/pru')
-rw-r--r--sim/pru/ChangeLog5
-rwxr-xr-xsim/pru/configure2
-rw-r--r--sim/pru/configure.ac1
3 files changed, 6 insertions, 2 deletions
diff --git a/sim/pru/ChangeLog b/sim/pru/ChangeLog
index bb7ff9fb035..87bbac49bb7 100644
--- a/sim/pru/ChangeLog
+++ b/sim/pru/ChangeLog
@@ -1,3 +1,8 @@
+2021-06-14 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS.
+ * configure: Regenerate.
+
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
diff --git a/sim/pru/configure b/sim/pru/configure
index 32b83276196..7cdfa3edcac 100755
--- a/sim/pru/configure
+++ b/sim/pru/configure
@@ -11193,6 +11193,7 @@ fi
fi
+
# Check whether --enable-werror was given.
if test "${enable_werror+set}" = set; then :
enableval=$enable_werror; case "${enableval}" in
@@ -11293,7 +11294,6 @@ $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
fi
-
hardware="cfi core pal glue "
sim_hw_cflags="-DWITH_HW=1"
sim_hw="$hardware"
diff --git a/sim/pru/configure.ac b/sim/pru/configure.ac
index 79dab8b2403..1846b26e14b 100644
--- a/sim/pru/configure.ac
+++ b/sim/pru/configure.ac
@@ -24,6 +24,5 @@ AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_COMMON
SIM_AC_OPTION_ENDIAN(LITTLE)
-SIM_AC_OPTION_WARNINGS
SIM_AC_OUTPUT