* Makefile.in, configure.in: Add libtool as a native only directory
to configure and build.
This commit is contained in:
parent
7ebb61af92
commit
c99e91d299
@ -1,3 +1,8 @@
|
||||
Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in, configure.in: Add libtool as a native only directory
|
||||
to configure and build.
|
||||
|
||||
Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
|
||||
|
||||
* Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
|
||||
|
@ -525,6 +525,7 @@ ALL_MODULES = \
|
||||
all-libide \
|
||||
all-libidetcl \
|
||||
$(end-sanitize-ide) \
|
||||
all-libtool \
|
||||
all-m4 \
|
||||
all-make \
|
||||
all-mmalloc \
|
||||
@ -606,6 +607,7 @@ CROSS_CHECK_MODULES = \
|
||||
check-libide \
|
||||
check-libidetcl \
|
||||
$(end-sanitize-ide) \
|
||||
check-libtool \
|
||||
check-m4 \
|
||||
check-make \
|
||||
check-mmcheckoc \
|
||||
@ -691,6 +693,7 @@ INSTALL_MODULES = \
|
||||
install-libide \
|
||||
install-libidetcl \
|
||||
$(end-sanitize-ide) \
|
||||
install-libtool \
|
||||
install-m4 \
|
||||
install-make \
|
||||
install-mmalloc \
|
||||
@ -855,6 +858,7 @@ CLEAN_MODULES = \
|
||||
clean-libide \
|
||||
clean-libidetcl \
|
||||
$(end-sanitize-ide) \
|
||||
clean-libtool \
|
||||
clean-m4 \
|
||||
clean-make \
|
||||
clean-mmalloc \
|
||||
@ -1541,6 +1545,7 @@ configure-target-librx: $(ALL_GCC) configure-target-newlib
|
||||
all-target-librx: configure-target-librx
|
||||
configure-target-libstdc++: $(ALL_GCC)
|
||||
all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
|
||||
all-libtool:
|
||||
all-m4: all-libiberty
|
||||
all-make: all-libiberty
|
||||
all-mmalloc:
|
||||
|
@ -53,7 +53,7 @@ fi
|
||||
# these tools are built for the host environment
|
||||
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
|
||||
# know that we are building the simulator.
|
||||
host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash m4 autoconf automake ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext"
|
||||
host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash m4 autoconf automake lbtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext"
|
||||
# start-sanitize-ide
|
||||
host_tools="${host_tools} ilu vmake jstools"
|
||||
# end-sanitize-ide
|
||||
@ -85,7 +85,7 @@ target_tools="target-examples target-groff target-gperf"
|
||||
#
|
||||
# This must be a single line because of the way it is searched by grep in
|
||||
# the code below.
|
||||
native_only="autoconf automake cvssrc emacs emacs19 fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time ash bash prms snavigator gnuserv target-gperf libtool"
|
||||
native_only="autoconf automake libtool cvssrc emacs emacs19 fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time ash bash prms snavigator gnuserv target-gperf libtool"
|
||||
|
||||
# directories to be built in a cross environment only
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user