13 lines
377 B
Plaintext
13 lines
377 B
Plaintext
$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
|