diff options
author | 2000-09-25 00:48:17 +0000 | |
---|---|---|
committer | 2000-09-25 00:48:17 +0000 | |
commit | b271b2874cde7bf6662549ea1917bd20ae917c5e (patch) | |
tree | 4848d4b912f959f8267cceb86964530b4af517d6 | |
parent | Patch from Alexander N. Kabaev <ak03@gte.com> (diff) | |
download | wireguard-openbsd-b271b2874cde7bf6662549ea1917bd20ae917c5e.tar.xz wireguard-openbsd-b271b2874cde7bf6662549ea1917bd20ae917c5e.zip |
switch powerpc to libgcc -fPIC.
-rw-r--r-- | gnu/egcs/gcc/configure | 1 | ||||
-rw-r--r-- | gnu/egcs/gcc/configure.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/configure b/gnu/egcs/gcc/configure index 9d6c6bc3326..aaba2a4e8aa 100644 --- a/gnu/egcs/gcc/configure +++ b/gnu/egcs/gcc/configure @@ -5056,6 +5056,7 @@ for machine in $build $host $target; do ;; powerpc-*-openbsd*) tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd" + tmake_file="${tmake_file} t-openbsd-libgcc" ;; powerpc-*-beos*) cpu_type=rs6000 diff --git a/gnu/egcs/gcc/configure.in b/gnu/egcs/gcc/configure.in index d4cb6732183..cbb4b06c482 100644 --- a/gnu/egcs/gcc/configure.in +++ b/gnu/egcs/gcc/configure.in @@ -2741,6 +2741,7 @@ changequote([,])dnl ;; powerpc-*-openbsd*) tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd" + tmake_file="${tmake_file} t-openbsd-libgcc" ;; powerpc-*-beos*) cpu_type=rs6000 |