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

Side by Side Diff: ports/gnutls/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, 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
1 # Copyright 2016 The Native Client Authors. All rights reserved. 1 # Copyright 2016 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 EnableGlibcCompat 5 EnableGlibcCompat
6 6 NACLPORTS_CPPFLAGS+=" ${NACL_EXCEPTIONS_FLAG}"
7 EXTRA_CONFIGURE_ARGS+=" 7 EXTRA_CONFIGURE_ARGS+="
8 --disable-tools 8 --disable-tools
9 --disable-doc 9 --disable-doc
10 --with-included-libtasn1 10 --with-included-libtasn1
11 --without-p11-kit 11 --without-p11-kit
12 --disable-hardware-acceleration" 12 --disable-hardware-acceleration"
13 13
14 if [ "${NACL_SHARED}" != "1" ]; then 14 if [ "${NACL_SHARED}" != "1" ]; then
15 EXTRA_CONFIGURE_ARGS+=" --disable-shared" 15 EXTRA_CONFIGURE_ARGS+=" --disable-shared"
16 fi 16 fi
OLDNEW
« make_all.sh ('K') | « ports/freeimage/build.sh ('k') | ports/id3lib/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698