mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 21:41:05 +02:00
profiles: disable openmp globally instead of just for boards
Not a particularly big deal but it seems wise to build the SDK compilers and the gcc in dev images with the same feature set.
This commit is contained in:
parent
cc887f50cd
commit
d0833aa3aa
@ -19,6 +19,9 @@ USE="${USE} bindist"
|
|||||||
# Namely dhcpcd shoudln't make up random ipv4 addresses using ipv4ll
|
# Namely dhcpcd shoudln't make up random ipv4 addresses using ipv4ll
|
||||||
USE="${USE} -zeroconf"
|
USE="${USE} -zeroconf"
|
||||||
|
|
||||||
|
# No need for OpenMP support in GCC and other apps
|
||||||
|
USE="${USE} -openmp"
|
||||||
|
|
||||||
# Override upstream's python settings
|
# Override upstream's python settings
|
||||||
USE="$USE python_targets_python2_7 python_single_target_python2_7"
|
USE="$USE python_targets_python2_7 python_single_target_python2_7"
|
||||||
USE="$USE -python_targets_python3_2 -python_single_target_python3_2"
|
USE="$USE -python_targets_python3_2 -python_single_target_python3_2"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
USE="cros-debug acpi usb symlink-usr cryptsetup policykit -pam"
|
USE="cros-debug acpi usb symlink-usr cryptsetup policykit -pam"
|
||||||
USE="${USE} -cros_host -expat -cairo -X"
|
USE="${USE} -cros_host -expat -cairo -X"
|
||||||
USE="${USE} -acl -cracklib -gpm -openmp -python -sha512"
|
USE="${USE} -acl -cracklib -gpm -python -sha512"
|
||||||
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
||||||
|
|
||||||
# Exclude documentation
|
# Exclude documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user