* configure.in: Use a single line for host_tools and native_only.

This commit is contained in:
Ian Lance Taylor 1996-09-16 21:02:11 +00:00
parent 0dcbbb6029
commit cd0ae55807
2 changed files with 9 additions and 10 deletions

View File

@ -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.

View File

@ -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
#