aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 264bb11..2c8f0b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/configure.in b/configure.in
index 1c8de66..586eb03 100644
--- a/configure.in
+++ b/configure.in
@@ -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"