* configure.in: Use a single line for host_tools and native_only.
This commit is contained in:
parent
0dcbbb6029
commit
cd0ae55807
2 changed files with 9 additions and 10 deletions
|
@ -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
|
start-sanitize-m32r
|
||||||
Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
|
Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
* config.sub, configure.in: Add entries for m32r.
|
* 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>
|
Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (inet-install): Don't run install-gzip.
|
* Makefile.in (inet-install): Don't run install-gzip.
|
||||||
|
|
13
configure.in
13
configure.in
|
@ -49,11 +49,7 @@ fi
|
||||||
|
|
||||||
# these tools are built for the host environment
|
# these tools are built for the host environment
|
||||||
#
|
#
|
||||||
host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
|
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"
|
||||||
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
|
# 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
|
# directories to be built in the native environment only
|
||||||
#
|
#
|
||||||
native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello
|
# This must be a single line because of the way it is searched by grep in
|
||||||
indent ispell m4 rcs recode sed shellutils tar textutils gash
|
# the code below.
|
||||||
uudecode wdiff gprof target-groff guile perl apache inet time
|
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"
|
||||||
bash prms"
|
|
||||||
|
|
||||||
# directories to be built in a cross environment only
|
# directories to be built in a cross environment only
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue