diff options
author | Joshua Kinard <kumba@gentoo.org> | 2008-10-24 15:42:01 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2008-10-24 15:42:01 +0000 |
commit | e7803d6f50e075e70cef257ccb978b7a0ffcaacf (patch) | |
tree | 318f27ad1941c50b5b87b1804479bdc79f106bd9 /profiles | |
parent | Fixes ability to listen on vlan interfaces, bug #231745, thank Tomas Vasek fo... (diff) | |
download | historical-e7803d6f50e075e70cef257ccb978b7a0ffcaacf.tar.gz historical-e7803d6f50e075e70cef257ccb978b7a0ffcaacf.tar.bz2 historical-e7803d6f50e075e70cef257ccb978b7a0ffcaacf.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.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/mips/use.mask | 3 | ||||
-rw-r--r-- | profiles/base/use.mask | 1 | ||||
-rw-r--r-- | profiles/default-linux/mips/use.mask | 6 |
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 |