configure.in: Correct --help text for --with-dwarf2.

* configure.in: Correct --help text for --with-dwarf2.
	Put tm-dwarf2.h after other tm files, if it's requested.
	* configure: Regenerate.
	* config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
	defining it.

From-SVN: r31883
This commit is contained in:
Zack Weinberg 2000-02-10 05:32:04 +00:00 committed by Zack Weinberg
parent bb52fa7f86
commit 756ee60292
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
* configure.in: Correct --help text for --with-dwarf2.
Put tm-dwarf2.h after other tm files, if it's requested.
* configure: Regenerate.
* config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
defining it.
2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
* cpplib.h: Provide HASHNODE typedef and forward decl of

View File

@ -1,4 +1,4 @@
/* Enable Dwarf2 debugging and make it the default */
#define DWARF2_DEBUGGING_INFO 1
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG

4
gcc/configure vendored
View File

@ -58,7 +58,7 @@ ac_help="$ac_help
--enable-objc-gc enable the use of Boehm's garbage collector with
the GNU Objective-C runtime."
ac_help="$ac_help
--enable-dwarf2 enable DWARF2 debugging as default."
--with-dwarf2 force the default debug format to be DWARF2."
ac_help="$ac_help
--enable-nls use Native Language Support (disabled by default)"
ac_help="$ac_help
@ -6447,7 +6447,7 @@ then tmake_file=$cpu_type/t-$cpu_type
fi
if test x"$dwarf2" = xyes
then tm_file="tm-dwarf2.h $tm_file"
then tm_file="$tm_file tm-dwarf2.h"
fi
if test x$float_format = x

View File

@ -295,7 +295,7 @@ fi,
objc_boehm_gc='')
AC_ARG_WITH(dwarf2,
[ --enable-dwarf2 enable DWARF2 debugging as default.],
[ --with-dwarf2 force the default debug format to be DWARF2.],
dwarf2="$with_dwarf2",
dwarf2=no)
@ -3844,7 +3844,7 @@ then tmake_file=$cpu_type/t-$cpu_type
fi
if test x"$dwarf2" = xyes
then tm_file="tm-dwarf2.h $tm_file"
then tm_file="$tm_file tm-dwarf2.h"
fi
if test x$float_format = x