aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-04-06 17:08:16 +0000
committerH.J. Lu <hongjiu.lu@intel.com>2009-04-06 17:08:16 +0000
commit05a031101efef5b5f661a5ad5ebc673c1fa635d3 (patch)
tree5e36a41eb3125104ec98d36ac1bfa54b5cc4a383 /libgcc
parentfa2c6b1afc4896e8459d11099ac9a88dfbe824b9 (diff)
Merged with trunk at revision 145569.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ix86/atom@145615 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host6
2 files changed, 4 insertions, 6 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index d9d2b3d9834..ebabcfe2b64 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+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..2374ead9350 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -448,12 +448,6 @@ powerpc-*-eabi*)
;;
powerpc-*-rtems*)
;;
-powerpc-*-linux*altivec*)
- tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
- ;;
-powerpc-*-linux*spe*)
- 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"
;;