don't remove binutils from Solaris builds
authorDavid D. Zuhn <zoo@cygnus>
Fri, 25 Dec 1992 01:27:18 +0000 (01:27 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 25 Dec 1992 01:27:18 +0000 (01:27 +0000)
ChangeLog
configure.in

index 1f3d2fdc9f312d6896a997b911537294ed3bffd4..37edd19173712ba40c9d75036952024ee0904ed0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: don't remove binutils from Solaris builds
+
 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
 
        * Makefile.in: get rid of earlier definitions for *clean,
index 4331f7c3114ad8d32d5892160d5df904f03b6b35..60140e3586393572c15b6ce856e45287c017130a 100644 (file)
@@ -40,7 +40,11 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
 target_libs="libm xiberty newlib libg++"
 
 # these tools are built using the target libs, and are intended to run only in the
-# target environment.  we currently have none
+# target environment.  we currently have none.  
+#
+# note: any program that uses libraries that are in the "target_libs" list
+# belongs in this list.  those programs are also very likely candidates for
+# the "native_only" list which follows
 #
 target_tools=
 
@@ -54,7 +58,8 @@ target_tools=
 
 # directories to be built in the native environment only
 #
-native_only="m4 autoconf ispell grep diff rcs cvs sed fileutils shellutils textutils wdiff find emacs"
+native_only="autoconf cvs diff emacs fileutils find grep ispell m4
+             rcs sed shellutils textutils wdiff"
 
 # directories to be built in the target environment only
 #
@@ -145,7 +150,7 @@ case "${target}" in
     configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
     ;;
   *-*-solaris2)
-    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
+    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/gas//'`
     ;;
 esac