diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-03 23:08:46 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-03 23:08:46 +0000 |
commit | 7895364920078e8ba07f0016b75db00b2a3ed238 (patch) | |
tree | 0f3efdb638ab2e203312d0a570683f0d519257ab | |
parent | version bump (diff) | |
download | historical-7895364920078e8ba07f0016b75db00b2a3ed238.tar.gz historical-7895364920078e8ba07f0016b75db00b2a3ed238.tar.bz2 historical-7895364920078e8ba07f0016b75db00b2a3ed238.zip |
n32 and n64 are mips ABIs, mask em
-rw-r--r-- | profiles/default-linux/amd64/use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/use.mask b/profiles/default-linux/amd64/use.mask index b221755534e0..dd7e7df95491 100644 --- a/profiles/default-linux/amd64/use.mask +++ b/profiles/default-linux/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/use.mask,v 1.7 2004/10/17 20:12:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/use.mask,v 1.8 2004/11/03 23:08:46 lv Exp $ #unknowns afs @@ -64,6 +64,10 @@ uclibc # altivec is a ppc instruction set. altivec +# n32 and n64 are mips ABIs +n32 +n64 + # see email to gentoo-dev with subject "use.mask and PHP5's crazy IUSE" # Dated Sat, 31 Jul 2004 14:49:28 -0700, from robbat2@gentoo.org # all of these are binary-only, and not presently available on this |