diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-16 11:01:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-24 20:39:44 +0100 |
commit | 7afe99bc9ad24520e698e51b0bbf0394f0ad63d8 (patch) | |
tree | 47ecd0464b64c384d5b9f7f668ff0250c2769f14 /sys-libs/glibc/files/eblits/src_compile.eblit | |
parent | sys-devel/autoconf: [QA] Convert from eblits into an eclass, #586424 (diff) | |
download | gentoo-7afe99bc9ad24520e698e51b0bbf0394f0ad63d8.tar.gz gentoo-7afe99bc9ad24520e698e51b0bbf0394f0ad63d8.tar.bz2 gentoo-7afe99bc9ad24520e698e51b0bbf0394f0ad63d8.zip |
sys-libs/glibc: [QA] Convert from eblits to eclass, #586422
Diffstat (limited to 'sys-libs/glibc/files/eblits/src_compile.eblit')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit deleted file mode 100644 index f145466d7acc..000000000000 --- a/sys-libs/glibc/files/eblits/src_compile.eblit +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -[[ ${EAPI:-0} == [01] ]] && source "${FILESDIR}/eblits/src_configure.eblit" - -toolchain-glibc_src_compile() { - local t - for t in linuxthreads nptl ; do - if want_${t} ; then - [[ ${EAPI:-0} == [01] ]] && glibc_do_configure ${t} - emake -C "$(builddir ${t})" || die "make ${t} for ${ABI} failed" - fi - done -} - -eblit-glibc-src_compile() { - if just_headers ; then - [[ ${EAPI:-0} == [01] ]] && toolchain-glibc_headers_configure - return - fi - - foreach_abi toolchain-glibc_src_compile -} |