Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gcc/config/rs6000 Turn off COFF support, ...
details: https://anonhg.NetBSD.org/src/rev/fb19d1823a46
branches: trunk
changeset: 510524:fb19d1823a46
user: tv <tv%NetBSD.org@localhost>
date: Thu May 31 14:58:59 2001 +0000
description:
Turn off COFF support, as that's not the file format used by powerpc-netbsd.
(Causes problems compiling collect2 natively.)
diffstat:
gnu/dist/toolchain/gcc/config/rs6000/netbsd.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r 49a5197a1004 -r fb19d1823a46 gnu/dist/toolchain/gcc/config/rs6000/netbsd.h
--- a/gnu/dist/toolchain/gcc/config/rs6000/netbsd.h Thu May 31 11:31:43 2001 +0000
+++ b/gnu/dist/toolchain/gcc/config/rs6000/netbsd.h Thu May 31 14:58:59 2001 +0000
@@ -8,12 +8,19 @@
#undef SDB_DEBUGGING_INFO
#define SDB_DEBUGGING_INFO
+
#undef DBX_DEBUGGING_INFO
#define DBX_DEBUGGING_INFO
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
+/* Don't generate XCOFF debugging information. */
+#undef XCOFF_DEBUGGING_INFO
+
+/* Don't use the COFF object file format. */
+#undef OBJECT_FORMAT_COFF
+
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "\
Home |
Main Index |
Thread Index |
Old Index