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

Unified Diff: pnacl/build.sh

Issue 12843006: Use llvm-opt's LTO pass list instead of generic O2/O3 pass list for LTO (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase Created 7 years, 9 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 | pnacl/driver/pnacl-ld.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 531e7a45289d1b114bda8801184d82386f2fbf3d..37c60e35e6a3ea849b4688ed9c13204f559bd387 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -2691,9 +2691,9 @@ binutils-gold-sb-configure() {
spopd
}
-# binutils-gold-sb-make - Make binutils (unsandboxed)
+# binutils-gold-sb-make - Make binutils (sandboxed)
binutils-gold-sb-make() {
- local arch=${arch}
+ local arch=${1}
local objdir="$(GetTranslatorBuildDir ${arch})/binutils-gold-sb"
ts-touch-open "${objdir}/"
« no previous file with comments | « no previous file | pnacl/driver/pnacl-ld.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698