From: Ken Raeburn Date: Mon, 7 Feb 1994 21:12:55 +0000 (+0000) Subject: Enable alpha-*-osf* configuration. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=34de45f9a6d0bdd3b6c3096514af4f9a1268a146;p=deliverable%2Fbinutils-gdb.git Enable alpha-*-osf* configuration. --- diff --git a/gas/configure.in b/gas/configure.in index c5f94cb8f7..e0ad71d6d5 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -129,7 +129,7 @@ case ${generic_target} in a29k-amd-ebmon) obj_format=coffbfd gas_target=ebmon29k ;; a29k-amd-ebmonold) obj_format=coff gas_target=ebmon29k ;; - alpha-*-osf*) obj_format=ecoff dev=yes ;; + alpha-*-osf*) obj_format=ecoff ;; hppa-*-osf) obj_format=elf emulation=hppa ;; hppa-*-hpux*) obj_format=som emulation=hppa ;;