blob: bc6d5a48e8d5c824ecab940545c6d5579a7d2f96 (
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
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.3 2013/06/01 03:05:24 blueness Exp $
# Unmask the flag which corresponds to ARCH.
-amd64
# unmask all SIMD assembler flags
-mmx
-mmxext
-sse
-sse2
-sse3
-sse4
-sse4a
-ssse3
-3dnow
-3dnowext
# Lilo works on amd64
-lilo
# These work
-input_devices_synaptics
-input_devices_wacom
-video_cards_qxl
|