summaryrefslogtreecommitdiff
path: root/gnu/egcs
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/egcs')
-rw-r--r--gnu/egcs/gcc/configure3
-rw-r--r--gnu/egcs/gcc/configure.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/configure b/gnu/egcs/gcc/configure
index 5b47a0067d9..6093f3e77f4 100644
--- a/gnu/egcs/gcc/configure
+++ b/gnu/egcs/gcc/configure
@@ -3072,8 +3072,9 @@ for machine in $build $host $target; do
# default x-alpha is only appropriate for dec-osf.
target_cpu_default="MASK_GAS"
tmake_file="alpha/t-ieee"
+ gas=yes gnu_ld=yes
;;
-
+
alpha*-dec-osf*)
if test x$stabs = xyes
then
diff --git a/gnu/egcs/gcc/configure.in b/gnu/egcs/gcc/configure.in
index a015447b60d..268894c5d99 100644
--- a/gnu/egcs/gcc/configure.in
+++ b/gnu/egcs/gcc/configure.in
@@ -638,6 +638,7 @@ changequote([,])dnl
# default x-alpha is only appropriate for dec-osf.
target_cpu_default="MASK_GAS"
tmake_file="alpha/t-ieee"
+ gas=yes gnu_ld=yes
;;
alpha*-dec-osf*)