diff options
author | 2000-09-24 14:51:04 +0000 | |
---|---|---|
committer | 2000-09-24 14:51:04 +0000 | |
commit | cf18f71fe24c409b723b944d4db5716009e5994f (patch) | |
tree | 3543b8a0e6252d0a565395be5b3f344098f095d0 | |
parent | unlock, instead of re-lock. fixes PR#1408 (diff) | |
download | wireguard-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-libgcc | 2 |
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 |