aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
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 /gcc/config.gcc
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 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index f8d7274..c190fa7 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -752,17 +752,6 @@ case ${target} in
esac
case ${target} in
-# Support site-specific machine types.
-*local*)
- rest=`echo ${target} | sed -e "s/$cpu_type-//"`
- tm_file=${cpu_type}/$rest.h
- if test -f $srcdir/config/${cpu_type}/xm-$rest.h
- then xm_file=${cpu_type}/xm-$rest.h
- fi
- if test -f $srcdir/config/${cpu_type}/t-$rest
- then tmake_file=${cpu_type}/t-$rest
- fi
- ;;
alpha*-*-linux*)
tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
extra_options="${extra_options} alpha/elf.opt"