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

(-)gcc-5.3.0.ebuild (-1 / +11 lines)
Lines 20-26 Link Here
20
SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm"
20
SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm"
21
#end Hardened stuff
21
#end Hardened stuff
22
22
23
inherit toolchain
23
inherit check-reqs toolchain
24
24
25
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
26
26
Lines 33-38 Link Here
33
	PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )"
33
	PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )"
34
fi
34
fi
35
35
36
pkg_pretend() {
37
	# Ensure we have enough disk space to compile
38
	if use debug ; then
39
		CHECKREQS_DISK_BUILD="4500M"
40
	else
41
		CHECKREQS_DISK_BUILD="4000M"
42
	fi
43
	check-reqs_pkg_setup
44
}
45
36
src_prepare() {
46
src_prepare() {
37
	if has_version '<sys-libs/glibc-2.12' ; then
47
	if has_version '<sys-libs/glibc-2.12' ; then
38
		ewarn "Your host glibc is too old; disabling automatic fortify."
48
		ewarn "Your host glibc is too old; disabling automatic fortify."

Return to bug 526986