diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-26 16:24:33 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-26 16:24:33 +0000 |
commit | 2f396dd0a73035720dabb2083d70e3512c3a653e (patch) | |
tree | 016c586b3c448706d3405ff4e20edcf01a66d5d6 /profiles/gcc34-amd64-2004.1/use.mask | |
parent | added a gcc 3.4 mask so that i can mark gcc 3.4 stable on amd64 without screw... (diff) | |
download | gentoo-2-2f396dd0a73035720dabb2083d70e3512c3a653e.tar.gz gentoo-2-2f396dd0a73035720dabb2083d70e3512c3a653e.tar.bz2 gentoo-2-2f396dd0a73035720dabb2083d70e3512c3a653e.zip |
yaaay! a gcc 3.4 profile for amd64!
Diffstat (limited to 'profiles/gcc34-amd64-2004.1/use.mask')
-rw-r--r-- | profiles/gcc34-amd64-2004.1/use.mask | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/profiles/gcc34-amd64-2004.1/use.mask b/profiles/gcc34-amd64-2004.1/use.mask new file mode 100644 index 000000000000..ea56b310bd8e --- /dev/null +++ b/profiles/gcc34-amd64-2004.1/use.mask @@ -0,0 +1,36 @@ +# $Header: /var/cvsroot/gentoo-x86/profiles/gcc34-amd64-2004.1/use.mask,v 1.1 2004/05/26 16:24:33 lv 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 |