Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index c154057e96bb1e92f754202684d36547cdb695bf..83f2615d8d28651776f335110633b0565060edb6 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -30,7 +30,7 @@ CLANG_PATH ?= $(shell readlink -e \ |
# The location of binutils tools (e.g., objdump). |
BINUTILS_BIN_PATH ?= $(shell readlink -e \ |
Jim Stichnoth
2015/03/05 17:19:53
There's a pretty strong and fixed relationship bet
jvoung (off chromium)
2015/03/05 19:26:06
Added a common base, for default initialization. I
|
- ../../out/binutils_pnacl_x86_64_linux_work/binutils) |
+ ../../../toolchain/linux_x86/pnacl_newlib/bin) |
HOST_ARCH ?= x86_64 |
ifeq ($(HOST_ARCH),x86_64) |