All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nigel Kukard <nkukard@lbsd.net>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libtool
Date: Sun, 04 Jan 2009 06:04:47 +0000	[thread overview]
Message-ID: <4960517F.2010605@lbsd.net> (raw)
In-Reply-To: <20090104060450.ABF7D769EF@busybox.osuosl.org>

nkukard at uclibc.org wrote:
> Author: nkukard
> Date: 2009-01-04 06:04:50 +0000 (Sun, 04 Jan 2009)
> New Revision: 24683
>
> Log:
> Use target ar & ranlib when generating static archives, the host tools were being used when libltdl.a was being generated
>   
And remove setting CC them from the uninstall

-N

>
> Modified:
>    trunk/buildroot/package/libtool/libtool.mk
>
>
> Changeset:
> Modified: trunk/buildroot/package/libtool/libtool.mk
> ===================================================================
> --- trunk/buildroot/package/libtool/libtool.mk	2009-01-04 06:02:30 UTC (rev 24682)
> +++ trunk/buildroot/package/libtool/libtool.mk	2009-01-04 06:04:50 UTC (rev 24683)
> @@ -56,7 +56,7 @@
>  	touch $@
>  
>  $(LIBTOOL_DIR)/$(LIBTOOL_BINARY): $(LIBTOOL_DIR)/.configured
> -	$(MAKE) CC=$(TARGET_CC) -C $(LIBTOOL_DIR)
> +	$(MAKE) CC=$(TARGET_CC) RANLIB=$(TARGET_RANLIB) AR=$(TARGET_AR) -C $(LIBTOOL_DIR)
>  	touch -c $@
>  
>  $(TARGET_DIR)/$(LIBTOOL_TARGET_BINARY): $(LIBTOOL_DIR)/$(LIBTOOL_BINARY)
> @@ -90,7 +90,7 @@
>  libtool: uclibc $(TARGET_DIR)/$(LIBTOOL_TARGET_BINARY)
>  
>  libtool-clean:
> -	-$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) uninstall
> +	-$(MAKE) DESTDIR=$(TARGET_DIR) -C $(LIBTOOL_DIR) uninstall
>  	-$(MAKE) -C $(LIBTOOL_DIR) clean
>  
>  libtool-cross: uclibc $(LIBTOOL_DIR)/$(LIBTOOL_BINARY)
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>   

  reply	other threads:[~2009-01-04  6:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-04  6:04 [Buildroot] svn commit: trunk/buildroot/package/libtool nkukard at uclibc.org
2009-01-04  6:04 ` Nigel Kukard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-22  8:11 jacmet at uclibc.org
2007-09-21  9:45 aldot at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4960517F.2010605@lbsd.net \
    --to=nkukard@lbsd.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.