diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults index 7376f240e6..191429c0e4 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults @@ -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" diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults index da6df7e100..8bc15422b2 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults @@ -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