summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-07 16:33:18 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-07 16:33:18 +0000
commit689a8077a2767758b451709b39c30edde076b17c (patch)
treed715bffd8df79a6144e8cb82b90628815ec0ddb7 /libgcc/config.host
parent910dcf9adc9ed7b92294e0875898c9712e6748ab (diff)
downloadgcc-689a8077a2767758b451709b39c30edde076b17c.tar.gz
gcc:
* config.gcc (*local*): Remove. * doc/install-old.texi: Don't mention local configurations. libgcc: * config.host (*local*): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175988 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host7
1 files changed, 0 insertions, 7 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 8faeee3ee01..1b1314f55cd 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"