aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-04-04 09:04:24 -0800
committerRichard Henderson <rth@gcc.gnu.org>1998-04-04 09:04:24 -0800
commit8983c7160410e7b865cd27a02b34fa506c8c2620 (patch)
tree32da168d624302f433609aae51eff85e8aa6b436 /gcc
parent4ed43ff85a14916fd33bdf838f9c40b923e312ab (diff)
downloadgcc-8983c7160410e7b865cd27a02b34fa506c8c2620.zip
gcc-8983c7160410e7b865cd27a02b34fa506c8c2620.tar.gz
gcc-8983c7160410e7b865cd27a02b34fa506c8c2620.tar.bz2
* configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
From-SVN: r18993
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rwxr-xr-xgcc/configure5
-rw-r--r--gcc/configure.in5
3 files changed, 8 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6f36aff..789c87c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Sat Apr 4 17:04:41 1998 Richard Henderson <rth@cygnus.com>
+
+ * configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
+
Sat Apr 4 13:50:01 1998 Richard Henderson <rth@cygnus.com>
* haifa-sched.c (split_block_insns): Don't supress insn splitting
diff --git a/gcc/configure b/gcc/configure
index 2321112..03747ae 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -2005,7 +2005,7 @@ for machine in $build $host $target; do
use_collect2=yes
;;
alpha*-*-linux-gnuecoff*)
- tm_file="${tm_file} alpha/linux.h"
+ tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
gas=no
@@ -2013,7 +2013,7 @@ for machine in $build $host $target; do
gas=yes gnu_ld=yes
;;
alpha*-*-linux-gnulibc1*)
- tm_file="${tm_file} alpha/linux.h alpha/elf.h"
+ tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
tmake_file="t-linux t-linux-gnulibc1 alpha/t-linux"
@@ -2025,7 +2025,6 @@ for machine in $build $host $target; do
;;
alpha*-*-linux-gnu*)
tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
- xm_file="${xm_file} alpha/xm-linux.h"
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
tmake_file="t-linux alpha/t-linux"
diff --git a/gcc/configure.in b/gcc/configure.in
index 421b015..3a07755 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -322,7 +322,7 @@ for machine in $build $host $target; do
use_collect2=yes
;;
alpha*-*-linux-gnuecoff*)
- tm_file="${tm_file} alpha/linux.h"
+ tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
gas=no
@@ -330,7 +330,7 @@ for machine in $build $host $target; do
gas=yes gnu_ld=yes
;;
alpha*-*-linux-gnulibc1*)
- tm_file="${tm_file} alpha/linux.h alpha/elf.h"
+ tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
tmake_file="t-linux t-linux-gnulibc1 alpha/t-linux"
@@ -342,7 +342,6 @@ for machine in $build $host $target; do
;;
alpha*-*-linux-gnu*)
tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
- xm_file="${xm_file} alpha/xm-linux.h"
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
tmake_file="t-linux alpha/t-linux"