aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-09-16 21:02:11 +0000
committerIan Lance Taylor <ian@airs.com>1996-09-16 21:02:11 +0000
commitcd0ae5580739658fbb3fb8db183fa8ce622e17ca (patch)
treeff7ccf3241fe7ebfcffc4c535c19d38a7fadbc9c
parent0dcbbb60296972f88f8908c334b0202895e1fb80 (diff)
downloadgdb-cd0ae5580739658fbb3fb8db183fa8ce622e17ca.zip
gdb-cd0ae5580739658fbb3fb8db183fa8ce622e17ca.tar.gz
gdb-cd0ae5580739658fbb3fb8db183fa8ce622e17ca.tar.bz2
* configure.in: Use a single line for host_tools and native_only.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in13
2 files changed, 9 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index e799b7e..5b656a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.in: Use a single line for host_tools and native_only.
+
start-sanitize-m32r
Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
* config.sub, configure.in: Add entries for m32r.
-end-sanitize-m32r
+end-sanitize-m32r
Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
* Makefile.in (inet-install): Don't run install-gzip.
diff --git a/configure.in b/configure.in
index 92a7c82..1fee235 100644
--- a/configure.in
+++ b/configure.in
@@ -49,11 +49,7 @@ fi
# these tools are built for the host environment
#
-host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
- prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash
- m4 autoconf ispell grep diff rcs cvs fileutils shellutils time
- textutils wdiff find emacs emacs19 uudecode hello tar gzip indent
- recode release sed utils guile perl apache inet gawk"
+host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash m4 autoconf ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk"
# these libraries are built for the target environment, and are built after
@@ -81,10 +77,9 @@ target_tools="target-examples target-groff"
# directories to be built in the native environment only
#
-native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello
- indent ispell m4 rcs recode sed shellutils tar textutils gash
- uudecode wdiff gprof target-groff guile perl apache inet time
- bash prms"
+# This must be a single line because of the way it is searched by grep in
+# the code below.
+native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms"
# directories to be built in a cross environment only
#