x11-drivers/nvidia-drivers: fix direct c++ with USE=kernel-open

Only 515 is affected, but sync all to have less ebuild
differences and have one less thing to worry about.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-05-30 12:25:57 -04:00
parent 7437df3200
commit d65b8b72a6
5 changed files with 5 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ src_prepare() {
}
src_compile() {
tc-export AR CC LD OBJCOPY
tc-export AR CC CXX LD OBJCOPY
NV_ARGS=(
PREFIX="${EPREFIX}"/usr

View File

@@ -164,7 +164,7 @@ src_prepare() {
}
src_compile() {
tc-export AR CC LD OBJCOPY
tc-export AR CC CXX LD OBJCOPY
NV_ARGS=(
PREFIX="${EPREFIX}"/usr

View File

@@ -164,7 +164,7 @@ src_prepare() {
}
src_compile() {
tc-export AR CC LD OBJCOPY
tc-export AR CC CXX LD OBJCOPY
NV_ARGS=(
PREFIX="${EPREFIX}"/usr

View File

@@ -169,7 +169,7 @@ src_prepare() {
}
src_compile() {
tc-export AR CC LD OBJCOPY
tc-export AR CC CXX LD OBJCOPY
NV_ARGS=(
PREFIX="${EPREFIX}"/usr

View File

@@ -191,7 +191,7 @@ options nvidia NVreg_OpenRmEnableUnsupportedGpus=1' "${T}"/nvidia.conf || die
}
src_compile() {
tc-export AR CC LD OBJCOPY
tc-export AR CC CXX LD OBJCOPY
NV_ARGS=(
PREFIX="${EPREFIX}"/usr