aboutsummaryrefslogtreecommitdiff
path: root/sim/common/aclocal.m4
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-08-27 22:43:18 +0000
committerAndrew Cagney <cagney@redhat.com>1997-08-27 22:43:18 +0000
commit88117054103306a68d7879d6f5534bb49a0cffa8 (patch)
tree24e9224120eee7c50cd5a82cd0835efce77c7293 /sim/common/aclocal.m4
parentd6fea803dc93be47864a8f9094bc2c1fa0c95b9b (diff)
downloadgdb-88117054103306a68d7879d6f5534bb49a0cffa8.zip
gdb-88117054103306a68d7879d6f5534bb49a0cffa8.tar.gz
gdb-88117054103306a68d7879d6f5534bb49a0cffa8.tar.bz2
Fix doco on enable-sim-inline.
Diffstat (limited to 'sim/common/aclocal.m4')
-rw-r--r--sim/common/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4
index 541420f..4680d82 100644
--- a/sim/common/aclocal.m4
+++ b/sim/common/aclocal.m4
@@ -552,7 +552,7 @@ dnl it enables extra GCC specific warnings.
AC_DEFUN(SIM_AC_OPTION_WARNINGS,
[
AC_ARG_ENABLE(sim-warnings,
-[ --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings except for idecode.o, semantics.o and psim.o],
+[ --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings],
[case "${enableval}" in
yes) sim_warnings="-Werror -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations ";;
no) sim_warnings="-w";;