From 2a3486d2f9dae8674234e2c98fa59f623a7c2c2e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 29 Nov 1995 17:09:41 +0000 Subject: [PATCH] * configure.in: Don't configure gas for alpha-dec-osf*. --- ChangeLog | 4 ++++ configure.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd654f3d166..53821a43a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 29 12:12:01 1995 Ian Lance Taylor + + * configure.in: Don't configure gas for alpha-dec-osf*. + Tue Nov 28 17:16:48 1995 Ian Lance Taylor * configure.in: Default to --with-stabs for some targets for which diff --git a/configure.in b/configure.in index 7d206108bc9..3c10111ddbf 100644 --- a/configure.in +++ b/configure.in @@ -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