diff options
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index ebabcfe2b64..9f24fac5bbe 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-07 Alan Modra <amodra@bigpond.net.au> + + * config.host: Reorder and merge to match config.gcc change. + 2009-04-03 Alan Modra <amodra@bigpond.net.au> * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete. diff --git a/libgcc/config.host b/libgcc/config.host index 2374ead9350..fcf10950731 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -420,12 +420,6 @@ pdp11-*-*) ;; picochip-*-*) ;; -powerpc64-*-linux*) - tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp" - ;; -powerpc64-*-gnu*) - tmake_file="${tmake_file} rs6000/t-ldbl128 t-softfp" - ;; powerpc-*-darwin*) ;; powerpc64-*-darwin*) @@ -448,9 +442,12 @@ powerpc-*-eabi*) ;; powerpc-*-rtems*) ;; -powerpc-*-linux*) +powerpc-*-linux* | powerpc64-*-linux*) tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp" ;; +powerpc64-*-gnu*) + tmake_file="${tmake_file} rs6000/t-ldbl128 t-softfp" + ;; powerpc-*-gnu-gnualtivec*) tmake_file="${tmake_file} rs6000/t-ldbl128" ;; |