| 1 |
# Copyright 1999-2005 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r4.ebuild,v 1.16 2005/01/11 08:58:54 eradicator Exp $
|
| 4 |
|
| 5 |
# This version is really meant JUST for the ps2
|
| 6 |
|
| 7 |
MAN_VER=""
|
| 8 |
PATCH_VER="1.0"
|
| 9 |
UCLIBC_VER=""
|
| 10 |
PIE_VER=""
|
| 11 |
PP_VER=""
|
| 12 |
HTB_VER=""
|
| 13 |
|
| 14 |
ETYPE="gcc-compiler"
|
| 15 |
|
| 16 |
SPLIT_SPECS=${SPLIT_SPECS-true}
|
| 17 |
|
| 18 |
inherit toolchain eutils
|
| 19 |
|
| 20 |
DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers"
|
| 21 |
|
| 22 |
KEYWORDS="-*"
|