[Buildroot] [Bug 5006] make performs library lookup in the build and host library directores and not in the staging area

bugzilla at busybox.net bugzilla at busybox.net
Mon Apr 16 19:32:11 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=5006

Arnout Vandecappelle <arnout at mind.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Arnout Vandecappelle <arnout at mind.be> 2012-04-16 19:32:10 UTC ---
The way we usually call make, this isn't needed:

$(MAKE) CC="$(TARGET_CC)" ...

Variables specified on the command line override variables in the Makefile,
unless 'override' is put in front of it.  See
http://www.gnu.org/savannah-checkouts/gnu/make/manual/html_node/Override-Directive.html

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list