summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2008-10-24 15:42:01 +0000
committerJoshua Kinard <kumba@gentoo.org>2008-10-24 15:42:01 +0000
commitd07d061a46f925cf6e3c5ac20b217e2e56d44205 (patch)
treee523b57704bd18b683b6a201eab4759efeae8265
parentFixes ability to listen on vlan interfaces, bug #231745, thank Tomas Vasek fo... (diff)
downloadgentoo-2-d07d061a46f925cf6e3c5ac20b217e2e56d44205.tar.gz
gentoo-2-d07d061a46f925cf6e3c5ac20b217e2e56d44205.tar.bz2
gentoo-2-d07d061a46f925cf6e3c5ac20b217e2e56d44205.zip
fixed-point is mips-specific right now (gcc might support it on other archs in the future), so mask at the top, and unmask in mips.
-rw-r--r--profiles/arch/mips/use.mask3
-rw-r--r--profiles/base/use.mask1
-rw-r--r--profiles/default-linux/mips/use.mask6
3 files changed, 8 insertions, 2 deletions
diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index bc481a1c7cbf..779b82943f47 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.9 2008/10/22 14:49:29 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.10 2008/10/24 15:42:01 kumba Exp $
# Unmask the flag which corresponds to ARCH.
-mips
@@ -338,3 +338,4 @@ ladspa
-ip27
-ip28
-ip30
+-fixed-point
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 19f4d7b609e7..cf71559cb1aa 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -26,6 +26,7 @@ ppcsha1
# mips arch specific USE flags
n32
n64
+fixed-point
# ppc64 arch specific USE flags
ibm
diff --git a/profiles/default-linux/mips/use.mask b/profiles/default-linux/mips/use.mask
index fa61b1e8931d..6910c76e3d8b 100644
--- a/profiles/default-linux/mips/use.mask
+++ b/profiles/default-linux/mips/use.mask
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/use.mask,v 1.111 2008/10/22 14:49:30 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/use.mask,v 1.112 2008/10/24 15:42:01 kumba Exp $
# Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> (20 Jun 2008)
# Mask out postgres use flags, as it's not currently working on MIPS
@@ -337,3 +337,7 @@ kerberos
# mask ladspa USE
# [22:30] <beandog> mips: plz to mask ladspa use flag
ladspa
+
+# Unmask the fixed-point support, used by gcc-4.3.x, incase
+# anyone needs it.
+-fixed-point