diff options
author | 2020-11-18 10:25:22 -0800 | |
---|---|---|
committer | 2020-11-18 19:09:50 +0000 | |
commit | f60cd6f618ed901c2bfe5761faa65e7511eef111 (patch) | |
tree | b32272a1b1ab819a45c44148e46ab3d9e0d1ac81 /sys-devel/gcc-config | |
parent | dev-util/ccache: link in missing libatomic (diff) | |
download | gentoo-f60cd6f618ed901c2bfe5761faa65e7511eef111.tar.gz gentoo-f60cd6f618ed901c2bfe5761faa65e7511eef111.tar.bz2 gentoo-f60cd6f618ed901c2bfe5761faa65e7511eef111.zip |
sys-devel/gcc-config: Sync from 9999 ebuild
Sync from 9999 ebuild to bring in new USE flag cc-wrappers.
Signed-off-by: Manoj Gupta <manojgupta@google.com>
Closes: https://github.com/gentoo/gentoo/pull/18315
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild (renamed from sys-devel/gcc-config/gcc-config-2.3.2.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.3.2.ebuild b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild index c2ff9c8d49d4..38a636d9bf69 100644 --- a/sys-devel/gcc-config/gcc-config-2.3.2.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild @@ -17,7 +17,7 @@ DESCRIPTION="Utility to manage compilers" HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+native-symlinks" +IUSE="+cc-wrappers +native-symlinks" RDEPEND=">=sys-apps/gentoo-functions-0.10" @@ -25,6 +25,7 @@ _emake() { emake \ PV="${PV}" \ SUBLIBDIR="$(get_libdir)" \ + USE_CC_WRAPPERS="$(usex cc-wrappers)" \ USE_NATIVE_LINKS="$(usex native-symlinks)" \ TOOLCHAIN_PREFIX="${CHOST}-" \ "$@" |