diff options
Diffstat (limited to 'profiles/default-linux/amd64/2004.0/use.mask')
-rw-r--r-- | profiles/default-linux/amd64/2004.0/use.mask | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/profiles/default-linux/amd64/2004.0/use.mask b/profiles/default-linux/amd64/2004.0/use.mask new file mode 100644 index 000000000000..38c323d66ac2 --- /dev/null +++ b/profiles/default-linux/amd64/2004.0/use.mask @@ -0,0 +1,24 @@ +# Copyright 2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2004.0/use.mask,v 1.1 2004/04/09 18:33:52 jhuebel Exp $ + +# Anything that relies on vm86.h will not built on amd64 +# SVGAlib doesnt build +svga + +# Too many packages assume that mmx/sse/sse2/3dnow are 86-32 only things to +# make them useful on amd64. Anyway, all amd64 cpus have them, so they should +# not be many flag dependant in this case +mmx +sse +sse2 +3dnow + +# x86 binary only for now +icc + +# Firebird doesnt build on amd64 +firebird + +# x86 binary only, used by php +fdftk |