diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-07 06:05:11 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-07 06:05:11 +0000 |
commit | ebebeee379dd8b985e6877e56bc124041907038b (patch) | |
tree | 32a2ce6c6b8ce5f11172be301cb81225d5d5cbac /libgcc | |
parent | 588bbfff28d00a54a71f2d751fb75767b6b1b3cb (diff) | |
download | gcc-ebebeee379dd8b985e6877e56bc124041907038b.tar.gz |
2009-04-07 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r145646
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@145649 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 8 | ||||
-rw-r--r-- | libgcc/config.host | 15 |
2 files changed, 11 insertions, 12 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d9d2b3d9834..9f24fac5bbe 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,11 @@ +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. + 2009-03-28 Joseph Myers <joseph@codesourcery.com> * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof, diff --git a/libgcc/config.host b/libgcc/config.host index ad2ca4194e6..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,14 +442,11 @@ powerpc-*-eabi*) ;; powerpc-*-rtems*) ;; -powerpc-*-linux*altivec*) - tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128" - ;; -powerpc-*-linux*spe*) +powerpc-*-linux* | powerpc64-*-linux*) tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp" ;; -powerpc-*-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" |