Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: Makefile.standalone

Issue 983533003: Use the installed/downloaded objdump instead of work-dir one. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pydir/run-pnacl-sz.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | pydir/run-pnacl-sz.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698