From d0833aa3aa4c371f44954f5a003f1287761438ff Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 21 Aug 2014 14:50:10 -0700 Subject: [PATCH] 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. --- .../coreos-overlay/profiles/coreos/base/make.defaults | 3 +++ .../profiles/coreos/targets/generic/make.defaults | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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