x11-drivers/nvidia-drivers: drop gnu17 workaround in 0/570 too

Latest 0/575 (dropped on bump) and 0/570 both seem fine.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-05-29 10:24:17 -04:00
parent cb800947e7
commit 4553d344f2

View File

@@ -199,11 +199,6 @@ src_compile() {
if use modules; then
local o_cflags=${CFLAGS} o_cxxflags=${CXXFLAGS} o_ldflags=${LDFLAGS}
# conftest.sh is broken with c23 due to func() changing meaning,
# and then fails later due to ealier misdetections
# TODO: try without now and then + drop modargs' CC= (bug #944092)
KERNEL_CC+=" -std=gnu17"
local modlistargs=video:kernel
if use kernel-open; then
modlistargs+=-module-source:kernel-module-source/kernel-open