From: Nathanael Nerode Date: Thu, 5 Dec 2002 22:45:33 +0000 (+0000) Subject: * configure.in: Revert unintentional change. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0a892460ac6459473721e5ba78e6b1cf24dbcaa7;p=pf3gnuchains%2Fpf3gnuchains3x.git * configure.in: Revert unintentional change. --- diff --git a/ChangeLog b/ChangeLog index 781178ba5a..69fafa91e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-12-05 Nathanael Nerode + * configure.in: Revert unintentional change. + * src-release: Configure host subdirs. * Makefile.tpl: Change dependency for */multilib.out so that diff --git a/configure.in b/configure.in index 84effb6477..ccef5c82f7 100644 --- a/configure.in +++ b/configure.in @@ -202,7 +202,7 @@ esac # Some tools are only suitable for building in a "native" situation. # Remove these if host!=target. -native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf target-rda" +native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf" # Similarly, some are only suitable for cross toolchains. # Remove these if host=target.