Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 547358 | Differences between
and this patch

Collapse All | Expand All

(-)gcc-4.4.7.ebuild (-1 / +8 lines)
Lines 6-12 Link Here
6
6
7
PATCH_VER="1.2"
7
PATCH_VER="1.2"
8
UCLIBC_VER="1.0"
8
UCLIBC_VER="1.0"
9
9
# gnatboot-* images used by old gnatbuild.eclass are still supported to
10
# ease bootgcc-* image creation for previously gnatboot-supported archs
11
BOOTGCC_SRC_URI="
12
	amd64? ( mirror://gentoo/bootgcc-4.4.7-amd64.tar.xz )
13
	ppc?   ( mirror://gentoo/gnatboot-4.1-ppc.tar.bz2 )
14
	x86?   ( mirror://gentoo/gnatboot-4.1-i386.tar.bz2 )
15
	sparc? ( mirror://gentoo/gnatboot-4.3-sparc.tar.bz2 )
16
"
10
inherit eutils toolchain
17
inherit eutils toolchain
11
18
12
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
19
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
(-)gcc-4.5.4.ebuild (-1 / +3 lines)
Lines 6-12 Link Here
6
6
7
PATCH_VER="1.2"
7
PATCH_VER="1.2"
8
UCLIBC_VER="1.0"
8
UCLIBC_VER="1.0"
9
9
BOOTGCC_SRC_URI="
10
	amd64? ( mirror://gentoo/bootgcc-4.4.7-amd64.tar.xz )
11
"
10
inherit eutils toolchain
12
inherit eutils toolchain
11
13
12
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
(-)gcc-4.6.4.ebuild (+3 lines)
Lines 6-11 Link Here
6
6
7
PATCH_VER="1.3"
7
PATCH_VER="1.3"
8
UCLIBC_VER="1.0"
8
UCLIBC_VER="1.0"
9
BOOTGCC_SRC_URI="
10
	amd64? ( mirror://gentoo/bootgcc-4.4.7-amd64.tar.xz )
11
"
9
12
10
# Hardened gcc 4 stuff
13
# Hardened gcc 4 stuff
11
PIE_VER="0.5.2"
14
PIE_VER="0.5.2"
(-)gcc-4.7.4.ebuild (+3 lines)
Lines 6-11 Link Here
6
6
7
PATCH_VER="1.3"
7
PATCH_VER="1.3"
8
UCLIBC_VER="1.0"
8
UCLIBC_VER="1.0"
9
BOOTGCC_SRC_URI="
10
	amd64? ( mirror://gentoo/bootgcc-4.4.7-amd64.tar.xz )
11
"
9
12
10
# Hardened gcc 4 stuff
13
# Hardened gcc 4 stuff
11
PIE_VER="0.5.5"
14
PIE_VER="0.5.5"
(-)gcc-4.8.4.ebuild (+3 lines)
Lines 6-11 Link Here
6
6
7
PATCH_VER="1.6"
7
PATCH_VER="1.6"
8
UCLIBC_VER="1.0"
8
UCLIBC_VER="1.0"
9
BOOTGCC_SRC_URI="
10
	amd64? ( mirror://gentoo/bootgcc-4.4.7-amd64.tar.xz )
11
"
9
12
10
# Hardened gcc 4 stuff
13
# Hardened gcc 4 stuff
11
PIE_VER="0.6.1"
14
PIE_VER="0.6.1"
(-)gcc-4.9.2.ebuild (+3 lines)
Lines 6-11 Link Here
6
6
7
PATCH_VER="1.5"
7
PATCH_VER="1.5"
8
UCLIBC_VER="1.0"
8
UCLIBC_VER="1.0"
9
BOOTGCC_SRC_URI="
10
	amd64? ( mirror://gentoo/bootgcc-4.4.7-amd64.tar.xz )
11
"
9
12
10
# Hardened gcc 4 stuff
13
# Hardened gcc 4 stuff
11
PIE_VER="0.6.2"
14
PIE_VER="0.6.2"
(-)gcc-5.1.0.ebuild (+3 lines)
Lines 6-11 Link Here
6
6
7
PATCH_VER="1.1"
7
PATCH_VER="1.1"
8
UCLIBC_VER="1.0"
8
UCLIBC_VER="1.0"
9
BOOTGCC_SRC_URI="
10
	amd64? ( mirror://gentoo/bootgcc-4.4.7-amd64.tar.xz )
11
"
9
12
10
# Hardened gcc 4 stuff
13
# Hardened gcc 4 stuff
11
PIE_VER="0.6.3"
14
PIE_VER="0.6.3"

Return to bug 547358