From 377d43163e3e3375c76b94f76f8f348597a07aa8 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sat, 9 Jan 1999 13:07:52 +0000 Subject: [PATCH] Another attempt to get tm-dwarf2.h onto the TRUNK instead of the fixinc-branch. Another attempt to get tm-dwarf2.h onto the TRUNK instead of the fixinc-branch. * configure.in: New flag --with-dwarf2. If set, enables DWARF-2 debugging as default. * config/tm-dwarf2.h: New file. From-SVN: r24581 --- gcc/config/tm-dwarf2.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gcc/config/tm-dwarf2.h diff --git a/gcc/config/tm-dwarf2.h b/gcc/config/tm-dwarf2.h new file mode 100644 index 00000000000..a580964ba1a --- /dev/null +++ b/gcc/config/tm-dwarf2.h @@ -0,0 +1,4 @@ +/* Enable Dwarf2 debugging and make it the default */ +#define DWARF2_DEBUGGING_INFO 1 +#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG +