projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a812d4d
)
toolchain.eclass: fix a typo in a comment
author
Magnus Granberg
<zorry@gentoo.org>
Fri, 3 Feb 2017 20:58:28 +0000
(21:58 +0100)
committer
Magnus Granberg
<zorry@gentoo.org>
Fri, 3 Feb 2017 20:58:28 +0000
(21:58 +0100)
eclass/toolchain.eclass
patch
|
blob
|
history
diff --git
a/eclass/toolchain.eclass
b/eclass/toolchain.eclass
index f2b1a865fe7397a5014c5f9ecd39366369d2cc85..0203a220f86f5124a5a3eef9c7f976c373887547 100644
(file)
--- a/
eclass/toolchain.eclass
+++ b/
eclass/toolchain.eclass
@@
-1835,8
+1835,8
@@
toolchain_src_install() {
pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1"
pax-mark -r "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1plus"
fi
-
- # Disable M
M
ROTECT so java works. #574808
+
+ # Disable M
P
ROTECT so java works. #574808
if is_gcj ; then
pax-mark -m "${D}${PREFIX}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/ecj1"
pax-mark -m "${D}${PREFIX}/${CTARGET}/gcc-bin/${GCC_CONFIG_VER}/gij"