diff options
author | Sam James <sam@gentoo.org> | 2022-02-14 23:43:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-14 23:50:39 +0000 |
commit | 6d9e9abd90ae917d798f716c1c4f14ec101e3215 (patch) | |
tree | d0b7425bed26f66b087d23489febe1caf3a45aa9 /sys-devel/binutils/binutils-2.37_p1-r2.ebuild | |
parent | www-apps/element: 1.10.3 bump (diff) | |
download | gentoo-6d9e9abd90ae917d798f716c1c4f14ec101e3215.tar.gz gentoo-6d9e9abd90ae917d798f716c1c4f14ec101e3215.tar.bz2 gentoo-6d9e9abd90ae917d798f716c1c4f14ec101e3215.zip |
sys-devel/binutils: simplify PGO logic
Doh.
Reported-by: Arfrever
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/binutils/binutils-2.37_p1-r2.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.37_p1-r2.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-devel/binutils/binutils-2.37_p1-r2.ebuild b/sys-devel/binutils/binutils-2.37_p1-r2.ebuild index f2975a05e458..a3818ec2a64e 100644 --- a/sys-devel/binutils/binutils-2.37_p1-r2.ebuild +++ b/sys-devel/binutils/binutils-2.37_p1-r2.ebuild @@ -282,10 +282,6 @@ src_configure() { fi fi - if use pgo && ! is_cross ; then - export BUILD_CFLAGS="${CFLAGS}" - fi - echo ./configure "${myconf[@]}" "${S}"/configure "${myconf[@]}" || die |