diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 12:38:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 12:38:19 +0100 |
commit | ccfc341cc82c5b6e43a56301797cbce18abe84db (patch) | |
tree | 85af0a7d41be4d99acdf947faf447d0b415fab45 /toolchain | |
parent | 8d4cfa7f2a9f10b201e85b67714fd0bc0e7e867c (diff) |
fix readelf installation, required for firefox cross-build
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 6a01f1c9a..6490c19aa 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -54,7 +54,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled $(MAKE) -C $(WRKBUILD) install # needed on hosts without readelf, but strange things happen on Cygwin. ifeq (${OStype},Darwin) - $(CP) $(WRKBUILD)/binutils/readelf $(STAGING_HOST_DIR)/bin + $(CP) $(WRKBUILD)/binutils/readelf $(TOOLCHAIN_DIR)/usr/bin endif touch $@ |