~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/revert-clang-nostdlib++.patch

  • Committer: Olivier Tilloy
  • Date: 2018-03-26 20:57:59 UTC
  • mfrom: (1358.1.72 artful-dev)
  • Revision ID: olivier.tilloy@canonical.com-20180326205759-dk0dij53q4bmy9n4
* Upstream beta channel update: 66.0.3359.45
* debian/rules:
  - remove use_system_sqlite build flag
  - bootstrap the build (build gn) with clang
* debian/patches/configuration-directory.patch: refreshed
* debian/patches/default-allocator: refreshed
* debian/patches/disable-sse2: refreshed
* debian/patches/last-commit-position: refreshed
* debian/patches/revert-clang-nostdlib++.patch: refreshed
* debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch: refreshed
* debian/patches/search-credit.patch: refreshed
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/suppress-newer-clang-warning-flags.patch: updated
* debian/patches/touch-v35: refreshed
* debian/patches/use-clang-versioned.patch: refreshed
* debian/patches/widevine-other-locations: refreshed
* debian/known_gn_gen_args-*: remove use_system_sqlite build flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
--- a/build/config/posix/BUILD.gn
6
6
+++ b/build/config/posix/BUILD.gn
7
 
@@ -58,7 +58,7 @@ config("runtime_library") {
8
 
     }
 
7
@@ -50,7 +50,7 @@ config("runtime_library") {
 
8
     ]
9
9
 
10
10
     # Make sure we don't link against libc++ or libstdc++.
11
11
-    if (is_clang) {