summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-07 00:47:21 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-07 00:47:21 +0000
commit4e5e2802133c42a79ab84bf63eac2e42bc0ae860 (patch)
tree571d74d3abadc5718aabffab3e67688d55d926c8 /libgcc
parent856cbcee17adf42df9a6374be90f2675129a34c3 (diff)
downloadgcc-4e5e2802133c42a79ab84bf63eac2e42bc0ae860.tar.gz
PR target/39634
* config.gcc: Merge powerpc-*-linux* and powerpc64-*-linux*. Include soft-fp/t-softfp after rs6000/t-linux64. * config.host: Reorder and merge to match config.gcc change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145641 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host11
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"
;;