projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace76e0
)
add lowercase -fpic to the list of evil CFLAGS
author
Simon Stelling
<blubb@gentoo.org>
Wed, 15 Mar 2006 20:22:33 +0000
(20:22 +0000)
committer
Simon Stelling
<blubb@gentoo.org>
Wed, 15 Mar 2006 20:22:33 +0000
(20:22 +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 6c69a137d2bad444c51d35593b254ef6fe34d6a6..fdcd9971eb1fb2eef58908299f352337cb0b7004 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" "-m32" "-m64" "-g3" "-ggdb3" ; do
+ for flag in "-fvisibility=hidden" "-fvisibility-hidden" "-fvisibility-inline-hidden" "-fPIC" "-
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