* configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
authorRichard Henderson <rth@cygnus.com>
Sat, 4 Apr 1998 17:04:24 +0000 (09:04 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 4 Apr 1998 17:04:24 +0000 (09:04 -0800)
From-SVN: r18993

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 6f36affcdc08233392577571c6b17fceb025b33c..789c87c5f5a69640dad1617b49766f38267868a3 100644 (file)
@@ -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
index 23211126c643da03c225055dade8bcf8547ac9a8..03747ae967e51636829992b87a8f142b282d00d0 100755 (executable)
@@ -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"
index 421b01586c6c72ac5f9369805723238f23d329f7..3a07755e71b35ae7b8efac46780f68c32eaa4efe 100644 (file)
@@ -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"