]> git.pld-linux.org Git - packages/mozjs78.git/blob - mozjs78-x32-rust.patch
- updated to 78.14.0
[packages/mozjs78.git] / mozjs78-x32-rust.patch
1 --- firefox-78.2.0/build/moz.configure/rust.configure.orig      2020-08-17 20:33:34.000000000 +0200
2 +++ firefox-78.2.0/build/moz.configure/rust.configure   2020-10-07 18:29:15.458050574 +0200
3 @@ -406,16 +406,6 @@
4  rust_host_triple = rust_triple_alias(host, host_c_compiler)
5  
6  
7 -@depends(host, rust_host_triple, rustc_info.host)
8 -def validate_rust_host_triple(host, rust_host, rustc_host):
9 -    if rust_host != rustc_host:
10 -        if host.alias == rust_host:
11 -            configure_host = host.alias
12 -        else:
13 -            configure_host = '{}/{}'.format(host.alias, rust_host)
14 -        die("The rust compiler host ({}) is not suitable for the configure host ({})."
15 -            .format(rustc_host, configure_host))
16 -
17  
18  set_config('RUST_TARGET', rust_target_triple)
19  set_config('RUST_HOST_TARGET', rust_host_triple)
This page took 0.024006 seconds and 3 git commands to generate.