diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-04 17:04:24 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-04 17:04:24 +0000 |
commit | 10c2bede9fb9ec9527eca1c341604167abd2d2f9 (patch) | |
tree | 32da168d624302f433609aae51eff85e8aa6b436 /gcc/configure.in | |
parent | f62714a138a186bcc1850631e893c15328bc3a03 (diff) | |
download | ppe42-gcc-10c2bede9fb9ec9527eca1c341604167abd2d2f9.tar.gz ppe42-gcc-10c2bede9fb9ec9527eca1c341604167abd2d2f9.zip |
* 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
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
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" |