Skip to content

Commit b400a16

Browse files
krajotavio
authored andcommitted
chromium: Drop linux_use_bundled_binutils gn argument
This was valid in gyp days, has been dropped when chromium moved to gn Fixes WARNING at the command-line "--args":1:1171: Build argument has no effect. The variable "linux_use_bundled_binutils_override" was set as a build argument but never appeared in a declare_args() block in any buildfile. Signed-off-by: Khem Raj <[email protected]>
1 parent 498370d commit b400a16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ GN_ARGS += ' \
271271
is_clang=true \
272272
clang_base_path="${@clang_install_path(d)}" \
273273
clang_use_chrome_plugins=false \
274-
linux_use_bundled_binutils=false \
275274
target_cpu="${@gn_target_arch_name(d)}" \
276275
v8_snapshot_toolchain="//build/toolchain/yocto:yocto_target" \
277276
'

0 commit comments

Comments
 (0)