blob: a514b524a0811cffcf0e0a1ed1d4937a76cdcca1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# $Header: /var/cvsroot/gentoo-x86/profiles/default-amd64-2004.0/use.mask,v 1.3 2004/03/31 22:57:44 avenj Exp $
# Anything that relies on vm86.h will not built on amd64
# SVGAlib doesnt build
svga
# There is no JDK for x86_64 yet
#java
#jikes
#junit
# 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
# Updated 03/21/2004, Jason Huebel <jhuebel@gentoo.org>
# DirectFB works now
# DirectFB doesnt build on amd64
# directfb
# Chris PeBenito <pebenito@gentoo.org>
# must use a SELinux profile
selinux
# x86 binary only, used by php
fdftk
|