projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c820df
)
mozconfig-v6.60.eclass: fix typo in CXX
author
Thomas Deutschmann
<whissi@gentoo.org>
Sun, 30 Sep 2018 14:15:50 +0000
(16:15 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/eclass/mozconfig-v6.60.eclass
b/eclass/mozconfig-v6.60.eclass
index b86fa2a0dc6296b3b786dd1b9adc994a2597eec4..42a693b5e108c9d76769844ded941d53a67d6834 100644
(file)
--- a/
eclass/mozconfig-v6.60.eclass
+++ b/
eclass/mozconfig-v6.60.eclass
@@
-203,7
+203,7
@@
mozconfig_config() {
# Force gcc
einfo "Enforcing the use of gcc due to USE=-clang ..."
CC=${CHOST}-gcc
- CXX=${CHOST}-g
cc
++
+ CXX=${CHOST}-g++
strip-unsupported-flags
fi