summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-09-08 22:39:09 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-09-08 22:39:09 +0000
commit36ec283659801c25c9c24ed66489612bf5819eba (patch)
treec28b2f9fb7157c4b484baca612bc522b336c5b9e /sys-devel/gcc/gcc-3.2.2.ebuild
parentThis should fix 27899 and 28154, I think, thanks to Amiel Martin <martina3@cc... (diff)
downloadhistorical-36ec283659801c25c9c24ed66489612bf5819eba.tar.gz
historical-36ec283659801c25c9c24ed66489612bf5819eba.tar.bz2
historical-36ec283659801c25c9c24ed66489612bf5819eba.zip
removed all traces of ada from older versions and the gcc32-ada-make.patch
Diffstat (limited to 'sys-devel/gcc/gcc-3.2.2.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.2.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild
index 6e9db8b8963f..8f5a91517185 100644
--- a/sys-devel/gcc/gcc-3.2.2.ebuild
+++ b/sys-devel/gcc/gcc-3.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.19 2003/09/05 02:01:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.20 2003/09/08 22:39:07 george Exp $
IUSE="static nls bootstrap java build"
@@ -171,7 +171,7 @@ src_unpack() {
fi
# Patches from Redhat ...
- epatch ${FILESDIR}/3.2.1/gcc32-ada-make.patch
+ #epatch ${FILESDIR}/3.2.1/gcc32-ada-make.patch
epatch ${FILESDIR}/3.2.1/gcc32-shared-pthread.patch
use sparc && epatch ${FILESDIR}/3.2.1/gcc32-sparc32-hack.patch
@@ -238,7 +238,7 @@ src_compile() {
if [ -z "`use build`" ]
then
myconf="${myconf} --enable-shared"
- gcc_lang="c,c++,ada,f77,objc"
+ gcc_lang="c,c++,f77,objc"
else
gcc_lang="c"
fi