summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2023-02-19 09:23:42 -0600
committerBen Kohler <bkohler@gentoo.org>2023-02-19 09:24:51 -0600
commit6aa79fa054d59441ff9f1983e5cb01b4c8b590e9 (patch)
tree7357c6cc01186de457a28a91f888afe0ed10de5e /profiles
parentx11-terms/zutty: update upstream metadata (diff)
downloadgentoo-6aa79fa054d59441ff9f1983e5cb01b4c8b590e9.tar.gz
gentoo-6aa79fa054d59441ff9f1983e5cb01b4c8b590e9.tar.bz2
gentoo-6aa79fa054d59441ff9f1983e5cb01b4c8b590e9.zip
profiles: add openmp to BOOTSTRAP_USE
A few things in stage3 are starting to require openmp support and this will help get openmp support enabled earlier, in stage1 build. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index ab69dbfae58e..809f76a7e119 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -129,7 +129,7 @@ PYTHONDONTWRITEBYTECODE="1"
# This MUST be kept in sync with the PYTHON_TARGETS below
# Mike Gilbert <floppym@gentoo.org> (2018-05-23)
# sys-apps/baselayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_10"
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_10 openmp"
# Mike Gilbert <floppym@gentoo.org> (2012-05-15)
# Default target(s) for python-r1.eclass