summaryrefslogtreecommitdiffstats
path: root/gcc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in5
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"
OpenPOWER on IntegriCloud