| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.5 2003/02/21 21:23:24 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.6 2003/02/22 07:52:32 zwelch Exp $ |
| 4 | |
4 | |
| 5 | IUSE="static nls bootstrap java build" |
5 | IUSE="static nls bootstrap java build" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic libtool |
7 | inherit eutils flag-o-matic libtool |
| 8 | |
8 | |
| … | |
… | |
| 154 | # Patches from Mandrake/Suse ... |
154 | # Patches from Mandrake/Suse ... |
| 155 | epatch ${FILESDIR}/3.2.1/gcc31-loop-load-final-value.patch |
155 | epatch ${FILESDIR}/3.2.1/gcc31-loop-load-final-value.patch |
| 156 | epatch ${FILESDIR}/3.2.1/gcc32-pr8213.patch |
156 | epatch ${FILESDIR}/3.2.1/gcc32-pr8213.patch |
| 157 | epatch ${FILESDIR}/3.2.1/gcc32-strip-dotdot.patch |
157 | epatch ${FILESDIR}/3.2.1/gcc32-strip-dotdot.patch |
| 158 | epatch ${FILESDIR}/3.2.1/gcc32-athlon-alignment.patch |
158 | epatch ${FILESDIR}/3.2.1/gcc32-athlon-alignment.patch |
|
|
159 | |
|
|
160 | # Patches from debian-arm |
|
|
161 | if [ "${ARCH}" = "arm" ]; then |
|
|
162 | epatch ${FILESDIR}/3.2.1/gcc32-arm-reload1-fix.patch |
|
|
163 | fi |
| 159 | |
164 | |
| 160 | # Install our pre generated manpages if we do not have perl ... |
165 | # Install our pre generated manpages if we do not have perl ... |
| 161 | # if [ ! -x /usr/bin/perl ] |
166 | # if [ ! -x /usr/bin/perl ] |
| 162 | # then |
167 | # then |
| 163 | # cd ${S}; unpack ${P}-manpages.tar.bz2 |
168 | # cd ${S}; unpack ${P}-manpages.tar.bz2 |