aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-07-07 17:33:18 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-07-07 17:33:18 +0100
commit1e4b2746e01c334c0dc26b8dd421c08812ca3f60 (patch)
treed715bffd8df79a6144e8cb82b90628815ec0ddb7 /libgcc
parentd7ff1e110e6765991e0ff3973a3556dddce98230 (diff)
downloadgcc-1e4b2746e01c334c0dc26b8dd421c08812ca3f60.zip
gcc-1e4b2746e01c334c0dc26b8dd421c08812ca3f60.tar.gz
gcc-1e4b2746e01c334c0dc26b8dd421c08812ca3f60.tar.bz2
config.gcc (*local*): Remove.
gcc: * config.gcc (*local*): Remove. * doc/install-old.texi: Don't mention local configurations. libgcc: * config.host (*local*): Remove. From-SVN: r175988
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host7
2 files changed, 4 insertions, 7 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 54b1f3d..06b0c81 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-07 Joseph Myers <joseph@codesourcery.com>
+
+ * config.host (*local*): Remove.
+
2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/39150
diff --git a/libgcc/config.host b/libgcc/config.host
index 8faeee3..1b1314f 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -222,13 +222,6 @@ i[34567]86-*-mingw* | x86_64-*-mingw*)
esac
case ${host} in
-# Support site-specific machine types.
-*local*)
- rest=`echo ${host} | sed -e "s/$cpu_type-//"`
- if test -f $srcdir/config/${cpu_type}/t-$rest
- then tmake_file=${cpu_type}/t-$rest
- fi
- ;;
alpha*-*-linux*)
tmake_file="${tmake_file} alpha/t-crtfm"
extra_parts="$extra_parts crtfastmath.o"