| 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}"
|
|
|