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:
parent
d7ff1e110e
commit
1e4b2746e0
@ -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>
|
2011-07-07 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR debug/49522
|
PR debug/49522
|
||||||
|
@ -752,17 +752,6 @@ case ${target} in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case ${target} in
|
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*)
|
alpha*-*-linux*)
|
||||||
tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
|
tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
|
||||||
extra_options="${extra_options} alpha/elf.opt"
|
extra_options="${extra_options} alpha/elf.opt"
|
||||||
|
@ -183,13 +183,3 @@ sun4, symmetry, tower-32, tower.
|
|||||||
@noindent
|
@noindent
|
||||||
Remember that a machine name specifies both the cpu type and the company
|
Remember that a machine name specifies both the cpu type and the company
|
||||||
name.
|
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}.
|
|
||||||
|
@ -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>
|
2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
PR target/39150
|
PR target/39150
|
||||||
|
@ -222,13 +222,6 @@ i[34567]86-*-mingw* | x86_64-*-mingw*)
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case ${host} in
|
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*)
|
alpha*-*-linux*)
|
||||||
tmake_file="${tmake_file} alpha/t-crtfm"
|
tmake_file="${tmake_file} alpha/t-crtfm"
|
||||||
extra_parts="$extra_parts crtfastmath.o"
|
extra_parts="$extra_parts crtfastmath.o"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user