mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user