aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 7318a94..56f84e1 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1906,9 +1906,10 @@ powerpc-*-darwin*)
extra_headers=altivec.h
;;
powerpc64-*-darwin*)
- tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
extra_options="${extra_options} ${cpu_type}/darwin.opt"
- # We're omitting t-darwin8 to avoid building any multilibs
+ extra_parts="crt2.o"
+ tmake_file="t-darwin ${cpu_type}/t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin"
+ tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
lto_binary_reader=lto-macho
extra_headers=altivec.h
;;