blob: 2eefd4c136048f318a35a897531a61250af2d993 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
# 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
# 2004/10/07 - George Shapovalov <george@gentoo.org>
# dev-lang/tcc won't build
tcc
# Update 10/02/03 Brad House <brad_mssw@gentoo.org>
# arts patches are in, it builds now
# KDE doesnt build
# kde
# arts
# 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
3dnowex
icc
# Firebird doesnt build on amd64
firebird
# DirectFB doesnt build on amd64
directfb
# Chris PeBenito <pebenito@gentoo.org>
# must use a SELinux profile
selinux
# versions that are in portage do not support amd64,
# will be removed when Intel issues an update and it gets into portage
ifc
# masked
3dfx
uclibc
# altivec is a ppc instruction set.
altivec
# 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
# architecture.
adabas
birdstep
cpdflib
dbmaker
empress
empress-bcs
esoob
filepro
frontbase
hyperwave
informix
ingres
pfpro
solid
sybase
sybase-ct
# 2004/10/06 - Jeremy Huddleston <eradicator@gentoo.org>
# sys-cluster/pvm won't build
pvm
|