]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (libtool): Pass $(host_alias) to ltconfig.
authorMaciej W. Rozycki <macro@ds2.pg.gda.pl>
Mon, 10 Jul 2000 07:19:12 +0000 (07:19 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 10 Jul 2000 07:19:12 +0000 (07:19 +0000)
(clibtool): Likewise.

ChangeLog
Makefile.am

index 1ec8155fa858a0ec8d5a29d214949fc24c7a3ac7..8d7fd8f78fe2cab8c94ece6cba980a91e0a78126 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * Makefile.am (libtool): Pass $(host_alias) to ltconfig.
+       (clibtool): Likewise.
+
 2000-07-10  Alexandre Oliva  <aoliva@lsd.ic.unicamp.br>
 
        * ltconfig.in (netbsd*): archive_cmds and archive_expsym_cmds
index 861f8f077940ae19c466748def3df212eca09a48..52801ed7583f662cbcaa796f05d1d714ce49a5dd 100644 (file)
@@ -34,7 +34,7 @@ libtool: $(srcdir)/ltmain.sh $(srcdir)/ltconfig
        LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
        DLLTOOL="$(DLLTOOL)" OBJDUMP="$(OBJDUMP)" AS="$(AS)" \
        $(SHELL) $(srcdir)/ltconfig $(LIBTOOL_FLAGS) --srcdir=$(srcdir) \
-         --output=$@ $(srcdir)/ltmain.sh
+         --output=$@ $(srcdir)/ltmain.sh $(host_alias)
 
 # Experimental C version of libtool.
 clibtool: $(srcdir)/ltmain.c $(srcdir)/ltconfig
@@ -43,7 +43,7 @@ clibtool: $(srcdir)/ltmain.c $(srcdir)/ltconfig
        LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
        DLLTOOL="$(DLLTOOL)" OBJDUMP="$(OBJDUMP)" AS="$(AS)" \
        $(SHELL) $(srcdir)/ltconfig $(LIBTOOL_FLAGS) --srcdir=$(srcdir) \
-         --output=$@ $(srcdir)/ltmain.c
+         --output=$@ $(srcdir)/ltmain.c $(host_alias)
 
 libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status
        CONFIG_FILES=libtoolize CONFIG_HEADERS= $(top_builddir)/config.status