summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-19 12:38:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-19 12:38:19 +0100
commitccfc341cc82c5b6e43a56301797cbce18abe84db (patch)
tree85af0a7d41be4d99acdf947faf447d0b415fab45
parent8d4cfa7f2a9f10b201e85b67714fd0bc0e7e867c (diff)
fix readelf installation, required for firefox cross-build
-rw-r--r--toolchain/binutils/Makefile2
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 $@