configure.in (alpha*-*-linux-gnulibc1*): Remove reference to alpha/t-linux.
* configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove reference to alpha/t-linux. (alpha*-*-linux-gnu*): Likewise. * configure: Rebuild. From-SVN: r33598
This commit is contained in:
parent
1868a0d4da
commit
cf889600be
3 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,10 @@
|
|||
2000-05-01 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
|
||||
reference to alpha/t-linux.
|
||||
(alpha*-*-linux-gnu*): Likewise.
|
||||
* configure: Rebuild.
|
||||
|
||||
* calls.c (expand_call): Don't emit reg notes for a sibcall.
|
||||
|
||||
* flow.c (calculate_global_regs_live): Skip for_each_successor_phi
|
||||
|
|
4
gcc/configure
vendored
4
gcc/configure
vendored
|
@ -3427,7 +3427,7 @@ for machine in $build $host $target; do
|
|||
alpha*-*-linux-gnulibc1*)
|
||||
tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
|
||||
target_cpu_default="MASK_GAS"
|
||||
tmake_file="t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-linux alpha/t-crtbe alpha/t-ieee"
|
||||
tmake_file="t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtbe alpha/t-ieee"
|
||||
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
||||
xmake_file=none
|
||||
gas=yes gnu_ld=yes
|
||||
|
@ -3438,7 +3438,7 @@ for machine in $build $host $target; do
|
|||
alpha*-*-linux-gnu*)
|
||||
tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
|
||||
target_cpu_default="MASK_GAS"
|
||||
tmake_file="t-linux alpha/t-linux alpha/t-crtbe alpha/t-alpha alpha/t-ieee"
|
||||
tmake_file="t-linux alpha/t-crtbe alpha/t-alpha alpha/t-ieee"
|
||||
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
||||
xmake_file=none
|
||||
gas=yes gnu_ld=yes
|
||||
|
|
|
@ -671,7 +671,7 @@ changequote([,])dnl
|
|||
alpha*-*-linux-gnulibc1*)
|
||||
tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
|
||||
target_cpu_default="MASK_GAS"
|
||||
tmake_file="t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-linux alpha/t-crtbe alpha/t-ieee"
|
||||
tmake_file="t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtbe alpha/t-ieee"
|
||||
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
||||
xmake_file=none
|
||||
gas=yes gnu_ld=yes
|
||||
|
@ -682,7 +682,7 @@ changequote([,])dnl
|
|||
alpha*-*-linux-gnu*)
|
||||
tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
|
||||
target_cpu_default="MASK_GAS"
|
||||
tmake_file="t-linux alpha/t-linux alpha/t-crtbe alpha/t-alpha alpha/t-ieee"
|
||||
tmake_file="t-linux alpha/t-crtbe alpha/t-alpha alpha/t-ieee"
|
||||
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
||||
xmake_file=none
|
||||
gas=yes gnu_ld=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue