1cd5dcea8a
a single patch directory from gcc3/patches/. Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
9 lines
292 B
Text
9 lines
292 B
Text
$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
|