diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-08-27 22:43:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-08-27 22:43:18 +0000 |
commit | 88117054103306a68d7879d6f5534bb49a0cffa8 (patch) | |
tree | 24e9224120eee7c50cd5a82cd0835efce77c7293 /sim/common/aclocal.m4 | |
parent | d6fea803dc93be47864a8f9094bc2c1fa0c95b9b (diff) | |
download | gdb-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.m4 | 2 |
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";; |