Browse Source

fix readelf installation, required for firefox cross-build

Waldemar Brodkorb 10 years ago
parent
commit
ccfc341cc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/binutils/Makefile

+ 1 - 1
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 $@