summaryrefslogtreecommitdiff
path: root/lang/g95/patches/patch-gcc_config_t-dragonfly
blob: a4a03e2a3f0f3fb48d90901fc36035d8b235fd89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-gcc_config_t-dragonfly,v 1.1 2013/05/20 05:47:34 adam Exp $

DragonFly BSD support.

--- ../gcc-4.1.2/gcc/config/t-dragonfly.orig	2013-05-19 08:54:45.000000000 +0000
+++ ../gcc-4.1.2/gcc/config/t-dragonfly
@@ -0,0 +1,5 @@
+# Compile crtbeginS.o and crtendS.o with pic.
+CRTSTUFF_T_CFLAGS_S = -fPIC
+
+# Compile libgcc.a with pic.
+TARGET_LIBGCC2_CFLAGS += -fPIC