--- gcc-4.0.3/gcc/d/target-ver-syms.sh.64 2006-09-21 09:15:09.000000000 +0200 +++ gcc-4.0.3/gcc/d/target-ver-syms.sh 2006-09-21 09:19:06.000000000 +0200 @@ -49,8 +49,10 @@ case "$target_cpu" in i*86) d_cpu_versym=X86 ; d_cpu_bitwidth=32 ;; *x86_64*) d_cpu_versym=X86_64 ; d_cpu_bitwidth=64 ;; +*ppc64*) d_cpu_versym=PPC64 ; d_cpu_bitwidth=64 ;; *ppc*) d_cpu_versym=PPC ; d_cpu_bitwidth=32 ;; powerpc) d_cpu_versym=PPC ; d_cpu_bitwidth=32 ;; +powerpc64) d_cpu_versym=PPC64 ; d_cpu_bitwidth=64 ;; sparc) d_cpu_versym=Sparc ; d_cpu_bitwidth=32 ;; esac