summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-12-11 14:58:56 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-12-11 14:58:56 +0000
commit28a92f475d9f8cf81af71140823fae9075c672c1 (patch)
tree53e6bed9d3bf4946853a790f6145910f703946af /sys-devel/gcc
parentnew release (diff)
downloadgentoo-2-28a92f475d9f8cf81af71140823fae9075c672c1.tar.gz
gentoo-2-28a92f475d9f8cf81af71140823fae9075c672c1.tar.bz2
gentoo-2-28a92f475d9f8cf81af71140823fae9075c672c1.zip
Fixed little type unkown -> unknown.
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/ChangeLog6
-rw-r--r--sys-devel/gcc/Manifest6
-rw-r--r--sys-devel/gcc/gcc-3.3.2-r3.ebuild4
-rw-r--r--sys-devel/gcc/gcc-3.3.2.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index e37a195cb323..d6ae73cd4fd9 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-devel/gcc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.153 2003/12/08 22:32:28 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.154 2003/12/11 14:58:49 gmsoft Exp $
30 Nov 2003; Alexander Gabert <pappy@gentoo.org> gcc-3.2.3-r3.ebuild,
gcc-3.3.2-r3.ebuild:
@@ -16,6 +16,10 @@
*gcc-3.2.3-r3 (27 Nov 2003)
+ 10 Dec 2003; Guy Martin <gmsoft@gentoo.org> gcc-3.3.2-r3.ebuild,
+ gcc-3.3.2.ebuild :
+ Fixed little type unkown -> unknown.
+
08 Dec 2003; Guy Martin <gmsoft@gentoo.org> gcc-3.3.2-r3.ebuild,
gcc-3.3.2.ebuild :
Force CHOST="hppa-unknown-linux-gnu" on hppa for stability.
diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 135e732e7ded..cba4a2adcef9 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,4 +1,4 @@
-MD5 50ecfa0d1770ec362895954be4e277e2 ChangeLog 33023
+MD5 d5182c3a4c4d1c1b8c5ba2f9e71160ff ChangeLog 33151
MD5 6d0d6b9214ecb88e26a54b70901c50b4 gcc-2.95.3-r7.ebuild 5436
MD5 079abbc45c914fdad6c90540fe82302c gcc-2.95.3-r8.ebuild 9213
MD5 459fe070924cbfd485139f84f2dd47ff gcc-3.0.4-r6.ebuild 8738
@@ -15,8 +15,8 @@ MD5 aa01e0515884df05563094839c31d7d1 gcc-3.3.1-r1.ebuild 16131
MD5 778251850e282841687d9f8fbde95b6f gcc-3.3.1-r5.ebuild 17997
MD5 409702fb214e89c1386c8b8e6af05680 gcc-3.3.2-r1.ebuild 17957
MD5 4c70f9eb4f5ccc6760d8879f37455b72 gcc-3.3.2-r2.ebuild 18120
-MD5 3869949b2351f8b9c04bd30e4a1b9a6c gcc-3.3.2-r3.ebuild 20487
-MD5 8a96878fb0bef26598a2c5c6ba687394 gcc-3.3.2.ebuild 17908
+MD5 9520a1995439d7ce1634994944789897 gcc-3.3.2-r3.ebuild 20488
+MD5 f5ca2186c83a045153d264f0ebdd72c5 gcc-3.3.2.ebuild 17909
MD5 25a95ad59dc52c9ec23faf193ea4f168 gcc-3.3.ebuild 16642
MD5 22d9e3c49111d1b8b8ec1484732087c9 metadata.xml 259
MD5 d70bcc196f1d68275346f067efcb9373 files/cc 20
diff --git a/sys-devel/gcc/gcc-3.3.2-r3.ebuild b/sys-devel/gcc/gcc-3.3.2-r3.ebuild
index 19b097259dc7..1c60588b51d8 100644
--- a/sys-devel/gcc/gcc-3.3.2-r3.ebuild
+++ b/sys-devel/gcc/gcc-3.3.2-r3.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.3.2-r3.ebuild,v 1.4 2003/12/08 16:32:07 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r3.ebuild,v 1.5 2003/12/11 14:58:49 gmsoft Exp $
IUSE="static nls bootstrap java build X multilib"
@@ -32,7 +32,7 @@ inherit eutils flag-o-matic libtool
strip-flags
# gcc produce unstable binaries if compiled with a different CHOST.
-[ "${ARCH}" = "hppa" ] && export CHOST="hppa-unkown-linux-gnu"
+[ "${ARCH}" = "hppa" ] && export CHOST="hppa-unknown-linux-gnu"
# Theoretical cross compiler support
[ ! -n "${CCHOST}" ] && export CCHOST="${CHOST}"
diff --git a/sys-devel/gcc/gcc-3.3.2.ebuild b/sys-devel/gcc/gcc-3.3.2.ebuild
index 383fc8378aed..5d7b0370ff5a 100644
--- a/sys-devel/gcc/gcc-3.3.2.ebuild
+++ b/sys-devel/gcc/gcc-3.3.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.3.2.ebuild,v 1.7 2003/12/08 22:32:28 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2.ebuild,v 1.8 2003/12/11 14:58:49 gmsoft Exp $
IUSE="static nls bootstrap java build X multilib"
@@ -32,7 +32,7 @@ inherit eutils flag-o-matic libtool
strip-flags
# gcc produce unstable binaries if compiled with a different CHOST.
-[ "${ARCH}" = "hppa" ] && export CHOST="hppa-unkown-linux-gnu"
+[ "${ARCH}" = "hppa" ] && export CHOST="hppa-unknown-linux-gnu"
# Theoretical cross compiler support
[ ! -n "${CCHOST}" ] && export CCHOST="${CHOST}"