From 10c2bede9fb9ec9527eca1c341604167abd2d2f9 Mon Sep 17 00:00:00 2001 From: rth Date: Sat, 4 Apr 1998 17:04:24 +0000 Subject: * configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18993 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gcc/configure.in') diff --git a/gcc/configure.in b/gcc/configure.in index 421b01586c6..3a07755e71b 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" -- cgit v1.2.1