diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 11:24:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 11:24:09 +0100 |
commit | 4b4281445c3f0582e0829f2842075a1626696749 (patch) | |
tree | d48ea8887f5728ffedd99cfba5781edfaac27e3a /toolchain/gmp | |
parent | 5d9b6ee0543338a6d9009a9cc63b0b6d2f2f4f49 (diff) |
add path
Diffstat (limited to 'toolchain/gmp')
-rw-r--r-- | toolchain/gmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index 33982ed17..f90a5a08e 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -15,7 +15,7 @@ $(WRKBUILD)/.configured: ifneq ($(OStype),Darwin) (cd $(WRKBUILD); cp configfsf.guess config.guess) endif - (cd $(WRKBUILD); \ + (cd $(WRKBUILD); PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" \ ./configure \ --prefix=$(STAGING_HOST_DIR) \ --with-pic \ |