diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-24 14:51:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-24 14:51:05 +0000 |
commit | 71d64850e58311b24e4a7020129ae1bfa9db23ba (patch) | |
tree | d76042563b3eb2f472ed0e136f1a12ffdb42d603 | |
parent | eb839ed521e0e81444569614de5552987bf2127a (diff) |
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 |