summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXU Benda <heroxbd@gmail.com>2013-09-03 05:10:11 +0900
committerXU Benda <heroxbd@gmail.com>2013-09-03 05:10:11 +0900
commitdcee87deab6c1c3686eafdb48b1c7d8b9327050c (patch)
treef86cc75542a52b72af86175c6c5e4c7ba5a0ff4f /profiles/arch/x86/profile.bashrc
parentmove locale-gen patch from eblit to ebuild (diff)
downloadandroid-dcee87deab6c1c3686eafdb48b1c7d8b9327050c.tar.gz
android-dcee87deab6c1c3686eafdb48b1c7d8b9327050c.tar.bz2
android-dcee87deab6c1c3686eafdb48b1c7d8b9327050c.zip
clean up profile and use portage-2 format
Diffstat (limited to 'profiles/arch/x86/profile.bashrc')
-rw-r--r--profiles/arch/x86/profile.bashrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/profiles/arch/x86/profile.bashrc b/profiles/arch/x86/profile.bashrc
deleted file mode 100644
index cf66d2d..0000000
--- a/profiles/arch/x86/profile.bashrc
+++ /dev/null
@@ -1,12 +0,0 @@
-if [[ ${EBUILD_PHASE} == "setup" ]] ; then
-
- # on x86, -pg requires the frame pointer, so turning it off makes no sense
- if has profile ${IUSE} && use profile && \
- has -fomit-frame-pointer ${CFLAGS} ${CXXFLAGS}
- then
- eerror "\nUSE=profile and -fomit-frame-pointer make no sense"
- eerror "Fix your build settings to avoid build failures\n"
- [[ -z ${EPAUSE_IGNORE} ]] && sleep 5
- fi
-
-fi