From c99e91d2991960caaa4f719b7fceb542c397eaf4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 13 Apr 1998 19:38:02 +0000 Subject: [PATCH] * Makefile.in, configure.in: Add libtool as a native only directory to configure and build. --- ChangeLog | 5 +++++ Makefile.in | 5 +++++ configure.in | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e4a799..2f8b5be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 13 15:37:24 1998 Ian Lance Taylor + + * 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 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened. diff --git a/Makefile.in b/Makefile.in index 258130b..f3a841a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: diff --git a/configure.in b/configure.in index 9975971..b6d499e 100644 --- a/configure.in +++ b/configure.in @@ -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 # -- 2.7.4