diff options
author | 2005-05-28 07:10:50 +0000 | |
---|---|---|
committer | 2005-05-28 07:10:50 +0000 | |
commit | 154efb3ca643d3bfb159f4394abed6d9f7efa0b7 (patch) | |
tree | 6d8689561ca0269c6b0c66bb0f824e1ecf44111f /sys-devel/gcc/gcc-3.2.2.ebuild | |
parent | Add support for FreeBSD and fix cross-endian bugs. (diff) | |
download | historical-154efb3ca643d3bfb159f4394abed6d9f7efa0b7.tar.gz historical-154efb3ca643d3bfb159f4394abed6d9f7efa0b7.tar.bz2 historical-154efb3ca643d3bfb159f4394abed6d9f7efa0b7.zip |
gcc for ps2
Diffstat (limited to 'sys-devel/gcc/gcc-3.2.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.2.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild new file mode 100644 index 000000000000..f0e98c756a61 --- /dev/null +++ b/sys-devel/gcc/gcc-3.2.2.ebuild @@ -0,0 +1,22 @@ +# 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.27 2005/05/28 07:10:50 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="-*" |