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

Unified Diff: ports/boost/build.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 8 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
« make_all.sh ('K') | « ports/blis/pkg_info ('k') | ports/bullet/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/boost/build.sh
diff --git a/ports/boost/build.sh b/ports/boost/build.sh
index f72b2e12eb33ac15df56560e02ae9a768fa09720..bab16b5bbfadb869bbaab37e1b85244d5ce1a2ab 100644
--- a/ports/boost/build.sh
+++ b/ports/boost/build.sh
@@ -3,7 +3,7 @@
# found in the LICENSE file.
BUILD_DIR=${SRC_DIR}
-
+NACLPORTS_CPPFLAGS+=" ${NACL_EXCEPTIONS_FLAG}"
EnableGlibcCompat
if [ "${TOOLCHAIN}" = "pnacl" -o "${TOOLCHAIN}" = "clang-newlib" ]; then
« make_all.sh ('K') | « ports/blis/pkg_info ('k') | ports/bullet/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698