blob: 9d397d63f631017da045dac887ab895d9e3e1cf1 (
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
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/use.mask,v 1.3 2014/07/01 12:37:35 blueness Exp $
# Force the flag which corresponds to arch/abi, bug #515130
-amd64
-abi_x86_64
# 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
|