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

Unified Diff: pnacl/build.sh

Issue 580983002: Remove i686-hosted Linux build and start switching to new directory layout (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: review 2, put back test and build.sh patch from PS5 Created 6 years, 3 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 | « pnacl/README ('k') | pnacl/driver/driver_tools.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index 20fec87f6298d21692983980899b0c3fca12f35d..b4a3c6405cc08f35e17ffa4d740a7d3102f02c20 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -147,7 +147,7 @@ readonly INSTALL_TRANSLATOR="${TOOLCHAIN_BASE}/pnacl_translator"
# There are also tools-x86 and tools-arm which have host binaries which
# are not part of the toolchain but might be useful in the SDK, e.g.
# arm sel_ldr and x86-hosted arm/mips validators.
-readonly INSTALL_HOST="${INSTALL_ROOT}/host_${HOST_ARCH}"
+readonly INSTALL_HOST="${INSTALL_ROOT}"
# Component installation directories
readonly LLVM_INSTALL_DIR="${INSTALL_HOST}"
« no previous file with comments | « pnacl/README ('k') | pnacl/driver/driver_tools.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698