summaryrefslogtreecommitdiffstats
path: root/chromium/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-09-15 22:11:58 +0000
committer Eric Hameleers <alien@slackware.com>2019-09-15 22:11:58 +0000
commit77ef6ea7ce1567ca19b1e5880c5a43cc76fb6366 (patch)
tree8b631affb60cfe20e2ab10c022ec4ce1e5d08d46 /chromium/build
parentc139d93246b0f99ea51717f7b3b06f57eaeeaa6e (diff)
downloadasb-77ef6ea7ce1567ca19b1e5880c5a43cc76fb6366.tar.gz
asb-77ef6ea7ce1567ca19b1e5880c5a43cc76fb6366.tar.xz
chromium: updated the 32bit triplet patch for Chromium 77
Diffstat (limited to 'chromium/build')
-rw-r--r--chromium/build/patches/chromium_32bit_triplet.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/chromium/build/patches/chromium_32bit_triplet.patch b/chromium/build/patches/chromium_32bit_triplet.patch
index d893200c..13916795 100644
--- a/chromium/build/patches/chromium_32bit_triplet.patch
+++ b/chromium/build/patches/chromium_32bit_triplet.patch
@@ -1,6 +1,6 @@
---- chromium-76.0.3809.87/tools/clang/scripts/build.py.orig 2019-07-31 16:50:21.389073828 +0200
-+++ chromium-76.0.3809.87/tools/clang/scripts/build.py 2019-07-31 20:13:36.603062021 +0200
-@@ -363,6 +363,11 @@
+--- chromium-77.0.3865.75/tools/clang/scripts/build.py.orig 2019-09-15 18:07:36.473402940 +0200
++++ chromium-77.0.3865.75/tools/clang/scripts/build.py 2019-09-16 00:08:30.826435347 +0200
+@@ -426,6 +426,11 @@
if args.skip_build:
return 0
@@ -9,6 +9,6 @@
+ os.chdir(LLVM_DIR)
+ subprocess.call(['patch' , '-p0' , '-i' , '../../clang.toolchains.i586.triple.diff' , '--verbose'])
+
- cc, cxx = None, None
-
- cflags = []
+ # The variable "lld" is only used on Windows because only there does setting
+ # CMAKE_LINKER have an effect: On Windows, the linker is called directly,
+ # while elsewhere it's called through the compiler driver, and we pass