summaryrefslogtreecommitdiff
path: root/gnu/egcs
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-09-25 00:48:18 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-09-25 00:48:18 +0000
commit3c803034c71e7476699587c4ca1885be184a8ea2 (patch)
treea59fc0e1265dd8ffc515658da692969519a25e69 /gnu/egcs
parentca0303bd93ded42cd3c56ff95dd955ade41e415f (diff)
switch powerpc to libgcc -fPIC.
Diffstat (limited to 'gnu/egcs')
-rw-r--r--gnu/egcs/gcc/configure1
-rw-r--r--gnu/egcs/gcc/configure.in1
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