Skip to content

Commit dd3afe4

Browse files
committed
firefox: Move AS=${CC} to mozilla_run_mach()
After oe-core toolchain changes, this isn't passed through, so it needs to be specified in the shell function. Signed-off-by: Calvin Owens <calvin@wbinvd.org>
1 parent b6f5901 commit dd3afe4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

meta-firefox/classes/mozilla.bbclass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ mozilla_run_mach() {
4141
export SHELL="/bin/sh"
4242
export RUSTFLAGS="${RUSTFLAGS} -Clinker=${WORKDIR}/wrapper/target-rust-ccld --sysroot=${RECIPE_SYSROOT}"
4343

44+
export AS="${CC}"
4445
export RUST_HOST=${RUST_HOST}
4546
export RUST_TARGET=${RUST_TARGET}
4647

meta-firefox/recipes-browser/firefox/firefox.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'forbid-multiple-compositors',
121121
', '', d)}"
122122

123123
TOOLCHAIN:pn-firefox = "clang"
124-
AS = "${CC}"
125124

126125
DISABLE_STATIC = ""
127126

0 commit comments

Comments
 (0)