mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
$NetBSD: patch-ae,v 1.3 2004/04/10 15:47:08 seb Exp $
|
|
|
|
--- gcc/config/t-netbsd.orig 2003-06-11 19:38:33.000000000 +0200
|
|
+++ gcc/config/t-netbsd 2003-06-11 19:38:59.000000000 +0200
|
|
@@ -3,3 +3,4 @@
|
|
|
|
# Always build crtstuff with PIC.
|
|
CRTSTUFF_T_CFLAGS = -fPIC
|
|
+TARGET_LIBGCC2_CFLAGS += -fPIC
|