Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 655990
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- chromium-67.0.3396.62.ebuild.old
0
++ chromium-67.0.3396.62.ebuild
Lines 102-107 Link Here
102
	>=sys-devel/bison-2.4.3
102
	>=sys-devel/bison-2.4.3
103
	sys-devel/flex
103
	sys-devel/flex
104
	>=sys-devel/clang-5
104
	>=sys-devel/clang-5
105
	>=sys-devel/lld-5
105
	virtual/pkgconfig
106
	virtual/pkgconfig
106
	dev-vcs/git
107
	dev-vcs/git
107
"
108
"
Lines 468-480 Link Here
468
469
469
	myconf_gn+=" fieldtrial_testing_like_official_build=true"
470
	myconf_gn+=" fieldtrial_testing_like_official_build=true"
470
471
471
	# Never use bundled gold binary. Disable gold linker flags for now.
472
	# Do not use bundled clang.
472
	# Do not use bundled clang.
473
	# Trying to use gold results in linker crash.
473
	myconf_gn+=" use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false"
474
	myconf_gn+=" use_gold=false use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false"
475
474
476
	# Disable forced lld, bug 641556
475
	myconf_gn+=" is_cfi=true"
477
	myconf_gn+=" use_lld=false"
476
	myconf_gn+=" use_gold=true"
477
	myconf_gn+=" use_lld=true"
478
478
479
	ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)"
479
	ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)"
480
	myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)"
480
	myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)"

Return to bug 655990