diff options
author | Richard Henderson <rth@cygnus.com> | 2000-05-01 17:15:28 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-05-01 17:15:28 -0700 |
commit | cf889600be18d2a2bc7ed58321f8b72ddb83f5de (patch) | |
tree | 032d2fb4f82fc5c0effac23e907bb8d64dd715bf | |
parent | 1868a0d4dac2d253829999a7563908431d6874d3 (diff) | |
download | gcc-cf889600be18d2a2bc7ed58321f8b72ddb83f5de.zip gcc-cf889600be18d2a2bc7ed58321f8b72ddb83f5de.tar.gz gcc-cf889600be18d2a2bc7ed58321f8b72ddb83f5de.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 4 | ||||
-rw-r--r-- | gcc/configure.in | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 04085c8..0c27203 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/configure b/gcc/configure index b7f282f..9b41694 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 diff --git a/gcc/configure.in b/gcc/configure.in index 07b16ba..054cd5c 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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 |