diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-13 14:09:13 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-13 14:09:53 -0500 |
commit | c470ece433590712b4946c3398e24c8f111993c5 (patch) | |
tree | 85c6f73ae658304fcde71e268d3bb6cb429e38ab /www-client/chromium | |
parent | net-p2p/qbittorrent: arm stable, bug #530720 (diff) | |
download | gentoo-c470ece433590712b4946c3398e24c8f111993c5.tar.gz gentoo-c470ece433590712b4946c3398e24c8f111993c5.tar.bz2 gentoo-c470ece433590712b4946c3398e24c8f111993c5.zip |
www-client/chromium: use test-flags-CXX -fno-delete-null-pointer-checks
Package-Manager: portage-2.3.2_p5
Diffstat (limited to 'www-client/chromium')
-rw-r--r-- | www-client/chromium/chromium-56.0.2914.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-client/chromium/chromium-56.0.2914.3.ebuild b/www-client/chromium/chromium-56.0.2914.3.ebuild index 900a8ff2a3d0..999d7a3838af 100644 --- a/www-client/chromium/chromium-56.0.2914.3.ebuild +++ b/www-client/chromium/chromium-56.0.2914.3.ebuild @@ -437,10 +437,8 @@ src_configure() { # Make sure the build system will use the right tools, bug #340795. tc-export AR CC CXX NM - if tc-is-gcc; then - # https://bugs.gentoo.org/588596 - append-flags -fno-delete-null-pointer-checks - fi + # https://bugs.gentoo.org/588596 + append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks) # Define a custom toolchain for GN myconf_gn+=" custom_toolchain=\"${FILESDIR}/toolchain:default\"" |