the defines. While I'm here pull across a fix for LIB_SPEC that prevents libc from being linked in when linking a shared library. Fixes pkg/12620 from Takuya SHIOZAKI <tshiozak@netbsd.org>
11 lines
368 B
Text
11 lines
368 B
Text
$NetBSD: patch-ay,v 1.1 2001/04/27 10:45:23 skrll Exp $
|
|
|
|
--- ../gcc-2.95.2/gcc/config/mips/netbsd.h.orig Wed Dec 16 21:09:19 1998
|
|
+++ ../gcc-2.95.2/gcc/config/mips/netbsd.h
|
|
@@ -225,3 +225,6 @@
|
|
/* Since gas and gld are standard on NetBSD, we don't need these */
|
|
#undef ASM_FINAL_SPEC
|
|
#undef STARTFILE_SPEC
|
|
+
|
|
+/* Use sjlj exceptions. */
|
|
+#define DWARF2_UNWIND_INFO 0
|