projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca8dbc
)
p/p/linux-standalone/profile.bashrc: sed gcc at configure
author
Benda Xu
<heroxbd@gentoo.org>
Mon, 23 May 2016 10:51:29 +0000
(19:51 +0900)
committer
Benda Xu
<heroxbd@gentoo.org>
Mon, 23 May 2016 10:52:58 +0000
(19:52 +0900)
to avoid patch conflict.
profiles/prefix/linux-standalone/profile.bashrc
patch
|
blob
|
history
diff --git
a/profiles/prefix/linux-standalone/profile.bashrc
b/profiles/prefix/linux-standalone/profile.bashrc
index 1e4cfcb7b535fba01f8dc3e665aa8039ea8da352..166ab70191495e2b0753f961a2d3d1d02fd31015 100644
(file)
--- a/
profiles/prefix/linux-standalone/profile.bashrc
+++ b/
profiles/prefix/linux-standalone/profile.bashrc
@@
-1,7
+1,7
@@
# RAP specific patches that is pending upstream.
# binutils: http://article.gmane.org/gmane.comp.gnu.binutils/67593
-if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} ==
prepa
re ]]; then
+if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} ==
configu
re ]]; then
cd "${S}"
einfo "Prefixifying glibc dynamic linker..."
for h in gcc/config/*/linux*.h; do