aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lipe <robertl@gcc.gnu.org>1999-01-09 13:07:52 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1999-01-09 13:07:52 +0000
commit377d43163e3e3375c76b94f76f8f348597a07aa8 (patch)
treea72db7e7a51671290177f2644095cef07fd0f880
parentfe053cfc6793bb2f75f09e2bfcc2913fbe6caa69 (diff)
downloadgcc-377d43163e3e3375c76b94f76f8f348597a07aa8.zip
gcc-377d43163e3e3375c76b94f76f8f348597a07aa8.tar.gz
gcc-377d43163e3e3375c76b94f76f8f348597a07aa8.tar.bz2
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
-rw-r--r--gcc/config/tm-dwarf2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/tm-dwarf2.h b/gcc/config/tm-dwarf2.h
new file mode 100644
index 0000000..a580964
--- /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
+