diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-03 18:46:26 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-03 18:46:26 +0000 |
commit | 95eefa8f8dea89bf92b5b36d9d7b1d259c99a842 (patch) | |
tree | c4263a85e771023bf7e346cddfad39fe5105904f /gnu | |
parent | aa6e9f21516247b4ddc733c09efc7e43afdc25fa (diff) |
alpha uses gas and gnu_ld.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/configure | 3 | ||||
-rw-r--r-- | gnu/egcs/gcc/configure.in | 1 |
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*) |