mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 18:31:13 +02:00
commit
98473f4e09
@ -8,12 +8,5 @@ source make.conf.board_setup
|
||||
# Common settings across all board targets.
|
||||
source make.conf.common
|
||||
|
||||
# Recommended MARCH_TUNE, CFLAGS, etc.
|
||||
MARCH_TUNE=""
|
||||
|
||||
# Allow a board to override or define additional settings.
|
||||
CFLAGS="-O2 -pipe ${MARCH_TUNE} -g"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
|
||||
# Allow the user to override or define additional settings.
|
||||
source make.conf.user
|
||||
|
3
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/make.defaults
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/make.defaults
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Enable optimizations for common x86_64 CPUs
|
||||
CFLAGS="-O2 -pipe -mtune=generic"
|
||||
CXXFLAGS="${CFLAGS}"
|
3
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/sdk/make.defaults
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/sdk/make.defaults
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Enable optimizations for common x86_64 CPUs
|
||||
CFLAGS="-O2 -pipe -mtune=generic"
|
||||
CXXFLAGS="${CFLAGS}"
|
@ -3,7 +3,7 @@
|
||||
|
||||
USE="cros-debug acpi usb symlink-usr -pam"
|
||||
USE="${USE} -cros_host -expat -pic -pie -cairo -X"
|
||||
USE="${USE} -acl -cracklib -gpm -ipv6 -openmp -python -sha512"
|
||||
USE="${USE} -acl -cracklib -gpm -openmp -python -sha512"
|
||||
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
||||
|
||||
# Exclude documentation
|
||||
|
@ -12,14 +12,11 @@ dev-python/pyudev pygobject
|
||||
dev-util/perf -doc -demangle -tui -ncurses -perl -python
|
||||
dev-util/perf-next -doc -demangle -tui -ncurses -perl -python
|
||||
net-analyzer/tcpdump -chroot
|
||||
net-firewall/iptables ipv6
|
||||
net-misc/dhcp ipv6 -server
|
||||
net-misc/dhcp -server
|
||||
net-misc/iperf threads
|
||||
net-misc/iputils ipv6
|
||||
net-misc/ntp caps
|
||||
sys-apps/busybox -pam -selinux
|
||||
sys-apps/dbus -X -systemd
|
||||
sys-apps/iproute2 ipv6
|
||||
sys-apps/smartmontools minimal
|
||||
sys-block/parted device-mapper
|
||||
sys-fs/lvm2 -lvm1 -readline -static
|
||||
|
Loading…
x
Reference in New Issue
Block a user