-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmake.conf
More file actions
39 lines (32 loc) · 1.56 KB
/
make.conf
File metadata and controls
39 lines (32 loc) · 1.56 KB
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
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
CHROMEOS_KERNEL_CONFIG="/mnt/host/source/src/overlays/overlay-amd64-openfyde_vmware/kconfig/vmware-r132-6_6-def-r1"
CHROMEOS_KERNEL_ARCH="x86_64"
MARCH_TUNE="-march=x86-64 -msse3"
BOARD_COMPILER_FLAGS="-march=x86-64 -msse3"
BOARD_RUSTFLAGS="-Ctarget-cpu=x86-64 -Ctarget-feature=+sse3"
USE="${USE} containers device_jail"
USE="${USE} -os_install_service"
USE="${USE} legacy_keyboard legacy_power_button sse ssse3 ac_power"
# Enable all optional features on generic overlays.
USE="${USE} buffet peerd direncryption"
# We assume that our 64bit baseline CPU supports at least
# MMX, SSE, SSE2, and SSE3.
USE="${USE} -kernel-6_1 -kernel-5_15 kernel-6_6 -kernel-5_4"
USE="${USE} -chromeless_tests containers"
USE="${USE} vtpm_proxy -video_capture_use_gpu_memory_buffer"
#USE="${USE} tpm-emulator"
USE="${USE} fydeos_store"
USE="${USE} fixcgroup"
USE="${USE} -tpm tpm2 tpm2_simulator direncription_allow_v2 tpm2_simulator_manufacturer"
USE="${USE} tpm_insecure_fallback"
USE="${USE} selinux_experimental nvme"
#PORTAGE_BINHOST is pulled in from prebuilt.conf
ACCEPT_LICENSE="*"
#TTY_CONSOLE="ttyS0"
#CHROME_DEV_FLAGS="${CHROME_DEV_FLAGS} --remote-debugging-port=9229 --disable-es3-gl-context"
CHROME_DEV_FLAGS="${CHROME_DEV_FLAGS} --remote-debugging-port=9229 --drm-virtual-connector-is-external --enable-zero-copy"
USE="${USE} march_x86-64"
MULTILIB_ABIS="amd64 x86"
CPU_FLAGS_X86="${CPU_FLAGS_X86} sse4_1 aes sse3 ssse3 sse4_2 avx"