commit: 391aaa178b8f9a4f77cb831d0a0d96a03920ed00
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 16:09:50 2026 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 16:10:43 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391aaa17
profiles, time64 feature: No explicit CFLAGS needed anymore
As discussed with Sam, all our gcc should be good enough.
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/features/time64/make.defaults | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/profiles/features/time64/make.defaults
b/profiles/features/time64/make.defaults
index b8990b710b0b..15ad75748280 100644
--- a/profiles/features/time64/make.defaults
+++ b/profiles/features/time64/make.defaults
@@ -1,13 +1,6 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Many profiles and stages override CFLAGS etc, and need then to eat their
-# own dogfood. For those who don't...
-CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64
-Werror=implicit-function-declaration -Werror=implicit-int
-Werror=incompatible-pointer-types -Werror=return-type -Werror=int-conversion"
-CXXFLAGS="${CXXFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
-FCFLAGS="${FCFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
-FFLAGS="${FFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
-
# We need to switch this explicitly on since it's explicitly disabled
# in profiles otherwise.
enable_year2038="yes"