+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,
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=
# 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
#
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