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
This commit is contained in:
Joseph Myers 2011-07-07 17:33:18 +01:00 committed by Joseph Myers
parent d7ff1e110e
commit 1e4b2746e0
5 changed files with 9 additions and 28 deletions

View 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

View 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"

View 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}.

View 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

View 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"