Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
kumba 08/10/24 07:21:28
Modified: ChangeLog use.local.desc
Log:
New local USE flag for gcc to control fixed-point arithmetic support for MIPS targets.
Revision Changes Path
1.1992 profiles/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1992&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1992&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.1991&r2=1.1992
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.1991
retrieving revision 1.1992
diff -u -r1.1991 -r1.1992
--- ChangeLog 24 Oct 2008 04:54:36 -0000 1.1991
+++ ChangeLog 24 Oct 2008 07:21:28 -0000 1.1992
@@ -1,11 +1,15 @@
# ChangeLog for profile directory
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1991 2008/10/24 04:54:36 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1992 2008/10/24 07:21:28 kumba Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If in doubt put a record here!
+ 24 Oct 2008; Joshua Kinard <kumba@g.o> use.local.desc:
+ New local USE flag for gcc to control fixed-point arithmetic support for
+ MIPS targets.
+
24 Oct 2008; Joe Peterson <lavajoe@g.o> package.mask:
Removed masking for removed packages (media-sound/slimserver,
media-sound/softsqueeze, media-plugins/slimserver-alienbbc)
1.3981 profiles/use.local.desc
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.3981&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.3981&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?r1=1.3980&r2=1.3981
Index: use.local.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v
retrieving revision 1.3980
retrieving revision 1.3981
diff -u -r1.3980 -r1.3981
--- use.local.desc 24 Oct 2008 05:47:42 -0000 1.3980
+++ use.local.desc 24 Oct 2008 07:21:28 -0000 1.3981
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3980 2008/10/24 05:47:42 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3981 2008/10/24 07:21:28 kumba Exp $
# This file contains descriptions of local USE flags, and the ebuilds which
# contain them.
# Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1")
@@ -2406,6 +2406,7 @@
sys-devel/binutils-nios2:multislot - Allow for multiple versions of binutils to be emerged at once for same CTARGET
sys-devel/binutils-nios2:multitarget - Adds support to binutils for cross compiling (does not work with gas)
sys-devel/gcc:d - Enable support for the D programming language
+sys-devel/gcc:fixed-point - Enable fixed-point arithmetic support for MIPS targets in gcc (Warning: significantly increases compile time!)
sys-devel/gcc:ip28 - Enable building a compiler capable of building a kernel for SGI Indigo2 Impact R10000 (IP28)
sys-devel/gcc:ip32r10k - Enable building a compiler capable of building an experimental kernel for SGI O2 w/ R1x000 CPUs (IP32)
sys-devel/gcc:libffi - Build the portable foreign function interface library
|
|