summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/features/rap/profile.bashrc')
-rw-r--r--profiles/features/rap/profile.bashrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/profiles/features/rap/profile.bashrc b/profiles/features/rap/profile.bashrc
deleted file mode 100644
index 5f7a4a4..0000000
--- a/profiles/features/rap/profile.bashrc
+++ /dev/null
@@ -1,9 +0,0 @@
-# use sysroot of toolchain to get include and library at compile time work
-# Benda Xu <heroxbd@gentoo.org> (17 Jun, 2013)
-
-if [[ ${CATEGORY} == sys-devel ]] && [[ ${PN} == binutils || ${PN} == libtool ]] \
- && [[ ${EBUILD_PHASE} == unpack ]]; then
- elog "append --with-sysroot=${EPREFIX} to configure for Prefix libc"
- EXTRA_ECONF+="--with-sysroot=${EPREFIX}"
-fi
-