projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0953f41
)
remove -fweb
author
Simon Stelling
<blubb@gentoo.org>
Sat, 11 Mar 2006 23:41:53 +0000
(23:41 +0000)
committer
Simon Stelling
<blubb@gentoo.org>
Sat, 11 Mar 2006 23:41:53 +0000
(23:41 +0000)
profiles/default-linux/amd64/profile.bashrc
patch
|
blob
|
history
diff --git
a/profiles/default-linux/amd64/profile.bashrc
b/profiles/default-linux/amd64/profile.bashrc
index d67aee64b2e82bd4e4367a0a12e16a6a76289283..a0285dd62415c5748713b1e9656a38e4a77d8b84 100644
(file)
--- a/
profiles/default-linux/amd64/profile.bashrc
+++ b/
profiles/default-linux/amd64/profile.bashrc
@@
-52,7
+52,7
@@
if [[ ${EBUILD_PHASE} == "setup" ]]; then
CXXFLAGS=${CXXFLAGS//${broken_flag}}
fi
done
- for flag in "-fvisibility=hidden" "-fvisibility-hidden" "-fvisibility-inline-hidden" "-fPIC" "-
fweb" "-
m32" "-m64" "-g3" "-ggdb3" ; do
+ for flag in "-fvisibility=hidden" "-fvisibility-hidden" "-fvisibility-inline-hidden" "-fPIC" "-m32" "-m64" "-g3" "-ggdb3" ; do
hasme ${flag} ${CFLAGS} ${CXXFLAGS} && trigger=1 && \
ewarn "Your C(XX)FLAGS contain(s) \"${flag}\" which can break packages."
done