mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Merge pull request #813 from marineam/openmp
profiles: disable openmp globally instead of just for boards
This commit is contained in:
commit
5f98fd75e8
@ -19,6 +19,9 @@ USE="${USE} bindist"
|
||||
# Namely dhcpcd shoudln't make up random ipv4 addresses using ipv4ll
|
||||
USE="${USE} -zeroconf"
|
||||
|
||||
# No need for OpenMP support in GCC and other apps
|
||||
USE="${USE} -openmp"
|
||||
|
||||
# Override upstream's python settings
|
||||
USE="$USE python_targets_python2_7 python_single_target_python2_7"
|
||||
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="${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"
|
||||
|
||||
# Exclude documentation
|
||||
|
Loading…
x
Reference in New Issue
Block a user