blob: 0c03b986a266f3390e4d9a5e4b247d704288a7ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.28 2005/08/20 08:37:52 vapier Exp $
# This version is really meant JUST for the ps2
MAN_VER=""
PATCH_VER="1.0"
UCLIBC_VER=""
PIE_VER=""
PP_VER=""
HTB_VER=""
ETYPE="gcc-compiler"
SPLIT_SPECS=${SPLIT_SPECS-true}
inherit toolchain eutils
DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers"
KEYWORDS="-*"
src_unpack() {
gcc_src_unpack
epatch "${FILESDIR}"/3.2.2/gcc32-pr7768.patch
epatch "${FILESDIR}"/3.2.2/gcc32-pr8213.patch
epatch "${FILESDIR}"/3.2.2/gcc-3.2.2-cross-compile.patch
epatch "${FILESDIR}"/3.2.2/gcc-3.2.2-no-COPYING-cross-compile.patch
}
|