update patches for 108.0
This commit is contained in:
parent
e5e62517e9
commit
61617ebcaf
1 changed files with 7 additions and 4 deletions
|
|
@ -5,16 +5,19 @@ Author: Olivier Tilloy <olivier.tilloy@canonical.com>
|
||||||
|
|
||||||
--- a/build/moz.configure/toolchain.configure
|
--- a/build/moz.configure/toolchain.configure
|
||||||
+++ b/build/moz.configure/toolchain.configure
|
+++ b/build/moz.configure/toolchain.configure
|
||||||
@@ -1631,12 +1631,15 @@ set_config("LINKER_KIND", select_linker.KIND)
|
@@ -1674,6 +1674,7 @@
|
||||||
target_multiarch_dir,
|
|
||||||
android_platform,
|
android_platform,
|
||||||
c_compiler,
|
c_compiler,
|
||||||
|
developer_options,
|
||||||
+ host,
|
+ host,
|
||||||
)
|
)
|
||||||
@imports("os")
|
@imports("os")
|
||||||
def linker_ldflags(
|
def linker_ldflags(
|
||||||
- linker, target, sysroot, multiarch_dir, android_platform, c_compiler
|
@@ -1684,8 +1685,11 @@
|
||||||
+ linker, target, sysroot, multiarch_dir, android_platform, c_compiler, host
|
android_platform,
|
||||||
|
c_compiler,
|
||||||
|
developer_options,
|
||||||
|
+ host,
|
||||||
):
|
):
|
||||||
flags = list((linker and linker.LINKER_FLAG) or [])
|
flags = list((linker and linker.LINKER_FLAG) or [])
|
||||||
+ if host.cpu == "arm":
|
+ if host.cpu == "arm":
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue