diff options
Diffstat (limited to 'gnu')
-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 |