diff options
author | 2010-01-11 16:40:06 +0000 | |
---|---|---|
committer | 2010-01-11 16:40:06 +0000 | |
commit | 7216c72f0bd77a05163b8556021ce7de3a31a1cd (patch) | |
tree | 97d142fd8f6985a362f033712ad00f4a7026403f /profiles/arch | |
parent | old (diff) | |
download | gentoo-2-7216c72f0bd77a05163b8556021ce7de3a31a1cd.tar.gz gentoo-2-7216c72f0bd77a05163b8556021ce7de3a31a1cd.tar.bz2 gentoo-2-7216c72f0bd77a05163b8556021ce7de3a31a1cd.zip |
forget to actually check user USE settings
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/x86/profile.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/x86/profile.bashrc b/profiles/arch/x86/profile.bashrc index 421f2459e527..23caf5b851dc 100644 --- a/profiles/arch/x86/profile.bashrc +++ b/profiles/arch/x86/profile.bashrc @@ -1,7 +1,7 @@ if [[ ${EBUILD_PHASE} == "setup" ]] ; then # on x86, -pg requires the frame pointer, so turning it off makes no sense - if hasq profile ${IUSE} && \ + if hasq profile ${IUSE} && useq profile && \ hasq -fomit-frame-pointer ${CFLAGS} ${CXXFLAGS} then eerror "\nUSE=profile and -fomit-frame-pointer make no sense" |