mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-02 16:41:09 -04:00
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
$NetBSD$
|
|
|
|
--- gcc/config/t-netbsd.orig Mon Aug 6 19:58:11 2007
|
|
+++ gcc/config/t-netbsd
|
|
@@ -1,2 +1,7 @@
|
|
# Always build crtstuff with PIC.
|
|
CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC
|
|
+
|
|
+# Use unwind-dw2-fde-glibc
|
|
+LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \
|
|
+ $(srcdir)/unwind-sjlj.c $(srcdir)/gthr-gnat.c $(srcdir)/unwind-c.c
|
|
+LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
|