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

Unified Diff: ports/devil/build.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Rename exception flag 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
Index: ports/devil/build.sh
diff --git a/ports/devil/build.sh b/ports/devil/build.sh
index 51ce2e7e4331f80f750fc0bb2ae66cbed377b9dc..41d054bcbddbcdf0193b10e306708f5553453b9c 100644
--- a/ports/devil/build.sh
+++ b/ports/devil/build.sh
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+NACLPORTS_CPPFLAGS+="${NACL_EXCEPTIONS_FLAG}"
bradnelson 2016/05/02 17:38:58 Maybe have a space in-between on all of these? Thi
Ankur Mittal 2016/05/02 20:22:15 Done.
if [ "${NACL_ARCH}" = "pnacl" ]; then
NACLPORTS_CFLAGS+=" -std=gnu89"
fi

Powered by Google App Engine
This is Rietveld 408576698