diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 13:39:40 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 18:09:30 +0100 |
commit | 497abb8211944fb5c9c012a52e9a630f220510a9 (patch) | |
tree | ca86aa96a9bb29ae31bf2559cc068688b7e94a87 /package | |
parent | e11fe847b2f545446fc3300dd2ba88fd5da05756 (diff) | |
download | buildroot-novena-497abb8211944fb5c9c012a52e9a630f220510a9.tar.gz buildroot-novena-497abb8211944fb5c9c012a52e9a630f220510a9.zip |
Define TARGET_MAKE_ENV similarly to HOST_MAKE_ENV
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 8edd1934f..5b6161bdf 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)" \ |