* configure.in: Don't configure gas for alpha-dec-osf*.
This commit is contained in:
parent
bbc6c9c129
commit
2a3486d2f9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Don't configure gas for alpha-dec-osf*.
|
||||
|
||||
Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Default to --with-stabs for some targets for which
|
||||
|
|
|
@ -374,7 +374,8 @@ case "${target}" in
|
|||
alpha-dec-osf*)
|
||||
# ld works, but does not support shared libraries. emacs doesn't
|
||||
# work. newlib is not 64 bit ready. I'm not sure about fileutils or grep.
|
||||
noconfigdirs="$noconfigdirs ld emacs fileutils grep target-newlib"
|
||||
# gas doesn't generate exception information.
|
||||
noconfigdirs="$noconfigdirs gas ld emacs fileutils grep target-newlib"
|
||||
;;
|
||||
alpha*-*-*)
|
||||
# newlib is not 64 bit ready
|
||||
|
|
Loading…
Reference in a new issue