| 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.6 2003/02/22 07:52:32 zwelch Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.7 2003/02/22 09:02:27 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 | |
| … | |
… | |
| 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 | |
159 | |
| 160 | # Patches from debian-arm |
160 | # Patches from debian-arm |
| 161 | if [ "${ARCH}" = "arm" ]; then |
161 | if [ "${ARCH}" = "arm" ]; then |
|
|
162 | epatch ${FILESDIR}/3.2.1/gcc32-arm-disable-mathf.patch |
| 162 | epatch ${FILESDIR}/3.2.1/gcc32-arm-reload1-fix.patch |
163 | epatch ${FILESDIR}/3.2.1/gcc32-arm-reload1-fix.patch |
| 163 | fi |
164 | fi |
| 164 | |
165 | |
| 165 | # Install our pre generated manpages if we do not have perl ... |
166 | # Install our pre generated manpages if we do not have perl ... |
| 166 | # if [ ! -x /usr/bin/perl ] |
167 | # if [ ! -x /usr/bin/perl ] |