aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-04-07 00:47:21 +0000
committerAlan Modra <amodra@gcc.gnu.org>2009-04-07 10:17:21 +0930
commit633dd06142627746f63384bea70fa63ec90bbf7a (patch)
tree571d74d3abadc5718aabffab3e67688d55d926c8 /libgcc
parentdacfd234ff6a939e5c84466b0fd7ac14bfa72b79 (diff)
downloadgcc-633dd06142627746f63384bea70fa63ec90bbf7a.zip
gcc-633dd06142627746f63384bea70fa63ec90bbf7a.tar.gz
gcc-633dd06142627746f63384bea70fa63ec90bbf7a.tar.bz2
re PR target/39634 (powerpc64 libgcc contains useless softfp functions)
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. From-SVN: r145641
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 ebabcfe..9f24fac 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 2374ead..fcf1095 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"
;;