[Buildroot] [git commit master] Define TARGET_MAKE_ENV similarly to HOST_MAKE_ENV
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Wed Dec 16 15:29:02 UTC 2009
commit: http://git.buildroot.net/buildroot/commit/?id=497abb8211944fb5c9c012a52e9a630f220510a9
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
package/Makefile.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/Makefile.in b/package/Makefile.in
index 8edd193..5b6161b 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -236,6 +236,8 @@ TARGET_CONFIGURE_ENV=\
LDFLAGS="$(TARGET_LDFLAGS)" \
FCFLAGS="$(TARGET_FCFLAGS)" \
+TARGET_MAKE_ENV=PATH=$(TARGET_PATH)
+
HOST_CONFIGURE_OPTS=PATH=$(HOST_PATH) \
AR="$(HOSTAR)" \
AS="$(HOSTAS)" \
--
1.6.3.3
More information about the buildroot
mailing list