* configure.in: Don't build gas for alpha-dec-osf1*.

This commit is contained in:
Ian Lance Taylor 1994-01-06 16:22:31 +00:00
parent 13fe1379a6
commit 588d1d685c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* configure.in: Don't build gas for alpha-dec-osf1*.
Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
* configure: Back out Per's change of 12/19/1993. It changes the

View File

@ -174,7 +174,7 @@ esac
case "${target}" in
alpha-dec-osf1*)
noconfigdirs="$noconfigdirs emacs fileutils grep libg++ libio newlib"
noconfigdirs="$noconfigdirs emacs fileutils grep gas libg++ libio newlib"
;;
alpha*-*-*)
noconfigdirs="$noconfigdirs gas libg++ libio newlib"