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

Side by Side Diff: ports/imagemagick/nacl.patch

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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 diff --git a/configure b/configure
2 --- a/configure
3 +++ b/configure
4 @@ -9102,7 +9102,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
5 fi
6
7 if test "x$GCC" = "xyes"; then
8 - CFLAGS="$CFLAGS -fexceptions"
9 + if test "x$NACL_ARCH" != "xle32"; then
10 + CFLAGS="$CFLAGS -fexceptions"
11 + fi
12 touch local.exp
13 else
14 cat > local.exp <<EOF
OLDNEW
« make_all.sh ('K') | « ports/imagemagick/build.sh ('k') | ports/jsoncpp/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698