mozconfig-v6.60.eclass: fix typo in CXX
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 30 Sep 2018 14:15:50 +0000 (16:15 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 30 Sep 2018 14:23:21 +0000 (16:23 +0200)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
eclass/mozconfig-v6.60.eclass

index b86fa2a0dc6296b3b786dd1b9adc994a2597eec4..42a693b5e108c9d76769844ded941d53a67d6834 100644 (file)
@@ -203,7 +203,7 @@ mozconfig_config() {
                # Force gcc
                einfo "Enforcing the use of gcc due to USE=-clang ..."
                CC=${CHOST}-gcc
-               CXX=${CHOST}-gcc++
+               CXX=${CHOST}-g++
                strip-unsupported-flags
        fi