From 93a93e9a3b53c1a73142a305ea1f8136846942ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Dec 2021 14:08:05 +0000 Subject: gentoo resync : 22.12.2021 --- profiles/default/linux/amd64/17.1/clang/eapi | 1 + profiles/default/linux/amd64/17.1/clang/packages.build | 9 +++++++++ profiles/default/linux/amd64/17.1/clang/parent | 2 ++ profiles/default/linux/make.defaults | 5 +++++ 4 files changed, 17 insertions(+) create mode 100644 profiles/default/linux/amd64/17.1/clang/eapi create mode 100644 profiles/default/linux/amd64/17.1/clang/packages.build create mode 100644 profiles/default/linux/amd64/17.1/clang/parent (limited to 'profiles/default') 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 (2021-12-17) +# Prevent automagic use of 64-bit time_t. +# https://bugs.gentoo.org/828001 +gl_cv_type_time_t_bits_macro="no" -- cgit v1.2.3