config.gcc (*local*): Remove.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 7 Jul 2011 16:33:18 +0000 (17:33 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 7 Jul 2011 16:33:18 +0000 (17:33 +0100)
gcc:
* config.gcc (*local*): Remove.
* doc/install-old.texi: Don't mention local configurations.

libgcc:
* config.host (*local*): Remove.

From-SVN: r175988

gcc/ChangeLog
gcc/config.gcc
gcc/doc/install-old.texi
libgcc/ChangeLog
libgcc/config.host

index 88b0d81f3ae0e9cd2b3303e758b7635cc4b5c8ed..d9670d5c0de63999848f1d89826f40e1d576cc8a 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-07  Joseph Myers  <joseph@codesourcery.com>
+
+       * config.gcc (*local*): Remove.
+       * doc/install-old.texi: Don't mention local configurations.
+
 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/49522
index f8d7274f349fd0125a9a4f31962ecb964b2c790c..c190fa74cf96f0f599cd65b47e9908dc897db3a4 100644 (file)
@@ -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"
index e349c63b45fb9e93430a03d7e821b33ca9daed78..0fc8ba4a6306c96eed894985bc7ce125c24b3721 100644 (file)
@@ -183,13 +183,3 @@ sun4, symmetry, tower-32, tower.
 @noindent
 Remember that a machine name specifies both the cpu type and the company
 name.
-If you want to install your own homemade configuration files, you can
-use @samp{local} as the company name to access them.  If you use
-configuration @samp{@var{cpu}-local}, the configuration name
-without the cpu prefix
-is used to form the configuration file names.
-
-Thus, if you specify @samp{m68k-local}, configuration uses
-files @file{m68k.md}, @file{local.h}, @file{m68k.c},
-@file{xm-local.h}, @file{t-local}, and @file{x-local}, all in the
-directory @file{config/m68k}.
index 54b1f3d739305c41c6cdec107208b0c46d041ce3..06b0c81c0e63066d08def6a6dedd0a05054ef3bc 100644 (file)
@@ -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
index 8faeee3ee01a0147b564c6d7f8094ebdfe21de3c..1b1314f55cdc40d901931c85996de74b08b82b75 100644 (file)
@@ -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"