summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-devel/sparc32/ChangeLog8
-rw-r--r--sys-devel/sparc32/sparc32-1.1-r3.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/sys-devel/sparc32/ChangeLog b/sys-devel/sparc32/ChangeLog
index d7185e0f590e..5c4a494915b9 100644
--- a/sys-devel/sparc32/ChangeLog
+++ b/sys-devel/sparc32/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/sparc32
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/ChangeLog,v 1.10 2004/12/19 11:18:02 eradicator Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/ChangeLog,v 1.11 2005/03/23 17:34:44 eradicator Exp $
+
+ 23 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ sparc32-1.1-r3.ebuild:
+ Use correct toolchain compiler.
*sparc32-1.1-r3 (19 Dec 2004)
diff --git a/sys-devel/sparc32/sparc32-1.1-r3.ebuild b/sys-devel/sparc32/sparc32-1.1-r3.ebuild
index 7f07535743e6..c61e7428365a 100644
--- a/sys-devel/sparc32/sparc32-1.1-r3.ebuild
+++ b/sys-devel/sparc32/sparc32-1.1-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1-r3.ebuild,v 1.1 2004/12/19 11:18:02 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1-r3.ebuild,v 1.2 2005/03/23 17:34:44 eradicator Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="A SPARC32 compilation environment."
HOMEPAGE=""
@@ -23,7 +23,7 @@ src_unpack() {
}
src_compile() {
- emake || die
+ emake CC="$(tc-getCC)" || die
}
src_install () {