summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2000-09-24 14:51:04 +0000
committerespie <espie@openbsd.org>2000-09-24 14:51:04 +0000
commitcf18f71fe24c409b723b944d4db5716009e5994f (patch)
tree3543b8a0e6252d0a565395be5b3f344098f095d0
parentunlock, instead of re-lock. fixes PR#1408 (diff)
downloadwireguard-openbsd-cf18f71fe24c409b723b944d4db5716009e5994f.tar.xz
wireguard-openbsd-cf18f71fe24c409b723b944d4db5716009e5994f.zip
Activate libgcc -fPIC for powerpc
(other architectures pending)
-rw-r--r--gnu/egcs/gcc/config/t-openbsd-libgcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config/t-openbsd-libgcc b/gnu/egcs/gcc/config/t-openbsd-libgcc
new file mode 100644
index 00000000000..ff935fe1e05
--- /dev/null
+++ b/gnu/egcs/gcc/config/t-openbsd-libgcc
@@ -0,0 +1,2 @@
+# Compile libgcc2.a with pic.
+TARGET_LIBGCC2_CFLAGS = -fPIC