summaryrefslogtreecommitdiff
path: root/profiles/default
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /profiles/default
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/amd64/17.1/clang/eapi1
-rw-r--r--profiles/default/linux/amd64/17.1/clang/packages.build9
-rw-r--r--profiles/default/linux/amd64/17.1/clang/parent2
-rw-r--r--profiles/default/linux/make.defaults5
4 files changed, 17 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/17.1/clang/eapi b/profiles/default/linux/amd64/17.1/clang/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/clang/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/amd64/17.1/clang/packages.build b/profiles/default/linux/amd64/17.1/clang/packages.build
new file mode 100644
index 000000000000..9ffb08757bd7
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/clang/packages.build
@@ -0,0 +1,9 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# we use glibc here, so we still need these in stage1
+# later stages should pull them in as BDEPEND anyway
+sys-devel/gcc
+sys-devel/gcc-config
+sys-devel/binutils
+sys-devel/binutils-config
diff --git a/profiles/default/linux/amd64/17.1/clang/parent b/profiles/default/linux/amd64/17.1/clang/parent
new file mode 100644
index 000000000000..7cba5799ab73
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/clang/parent
@@ -0,0 +1,2 @@
+..
+../../../../../features/clang
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index 6ae7cf297cf3..db9698a32848 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -53,3 +53,8 @@ VIDEO_CARDS="dummy fbdev v4l"
# Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build
# because of whitespace.
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+
+# Mike Gilbert <floppym@gentoo.org> (2021-12-17)
+# Prevent automagic use of 64-bit time_t.
+# https://bugs.gentoo.org/828001
+gl_cv_type_time_t_bits_macro="no"