* configure.in: Don't build gas for alpha-dec-osf1*.
authorIan Lance Taylor <ian@airs.com>
Thu, 6 Jan 1994 16:22:31 +0000 (16:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 6 Jan 1994 16:22:31 +0000 (16:22 +0000)
ChangeLog
configure.in

index 264bb11093016b06465d0ffed9e9e063e2ba6088..2c8f0b1b69dbd01e492234d482b5681c633d7eb4 100644 (file)
--- 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
 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
index 1c8de66497db2fa839267808c9c2950f37db092a..586eb030f162219663277c52d7f74c1d631add5a 100644 (file)
@@ -174,7 +174,7 @@ esac
 
 case "${target}" in
   alpha-dec-osf1*)
 
 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"
     ;; 
   alpha*-*-*)
     noconfigdirs="$noconfigdirs gas libg++ libio newlib"
This page took 0.02954 seconds and 4 git commands to generate.