From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/heroxbd:master commit in: eclass/
Date: Mon, 23 May 2016 06:18:59 +0000 (UTC) [thread overview]
Message-ID: <1463889633.3041a9deec4adf30339aec0b37f440af19e7334a.heroxbd@gentoo> (raw)
commit: 3041a9deec4adf30339aec0b37f440af19e7334a
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 04:00:33 2016 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun May 22 04:00:33 2016 +0000
URL: https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=3041a9de
toolchain.eclass: no need to use flag rap anymore.
eclass/toolchain.eclass | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index d24e810..b9088ca 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -139,7 +139,7 @@ IUSE="multislot regression-test vanilla"
IUSE_DEF=( nls nptl )
if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
- IUSE+=" altivec rap"
+ IUSE+=" altivec"
IUSE_DEF+=( cxx fortran )
[[ -n ${PIE_VER} ]] && IUSE+=" nopie"
[[ -n ${HTB_VER} ]] && IUSE+=" boundschecking"
@@ -990,15 +990,6 @@ toolchain_src_configure() {
confgcc+=( --enable-shared )
fi
- if use rap ; then
- # use sysroot of toolchain to get currect include and library at compile time
- confgcc+=( --with-sysroot="${EPREFIX}" )
-
- # when doing cross compiling native for target, the build sysroot
- # should be pointed to SYSROOT of the cross compiler.
- tc-is-cross-compiler && confgcc+=( --with-build-sysroot="${ROOT}" )
- fi
-
case ${CHOST} in
mingw*|*-mingw*|*-cygwin)
confgcc+=( --enable-threads=win32 ) ;;
@@ -1855,18 +1846,6 @@ fix_libtool_libdir_paths() {
popd >/dev/null
}
-prefix_gcc_dynamic_loader() {
- local dlf
-
- case $(tc-arch) in
- amd64) dlf=i386/linux64.h ;;
- arm) dlf=arm/linux-eabi.h ;;
- x86) dlf=i386/linux.h ;;
- esac
-
- eprefixify gcc/config/${dlf}
-}
-
create_gcc_env_entry() {
dodir /etc/env.d/gcc
local gcc_envd_base="/etc/env.d/gcc/${CTARGET}-${GCC_CONFIG_VER}"
next reply other threads:[~2016-05-23 6:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 6:18 Benda XU [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-21 2:23 [gentoo-commits] dev/heroxbd:master commit in: eclass/ Benda XU
2016-07-21 2:19 [gentoo-commits] proj/android:master " Benda XU
2016-07-21 2:23 ` [gentoo-commits] dev/heroxbd:master " Benda XU
2016-06-24 3:07 [gentoo-commits] proj/android:master " Benda XU
2016-07-21 2:23 ` [gentoo-commits] dev/heroxbd:master " Benda XU
2016-06-15 11:40 [gentoo-commits] proj/android:master " Benda XU
2016-07-21 2:23 ` [gentoo-commits] dev/heroxbd:master " Benda XU
2016-06-14 2:00 [gentoo-commits] proj/android:master " Benda XU
2016-07-21 2:23 ` [gentoo-commits] dev/heroxbd:master " Benda XU
2016-05-26 4:05 [gentoo-commits] proj/android:master " Benda XU
2016-05-26 4:04 ` [gentoo-commits] dev/heroxbd:master " Benda XU
2016-05-26 4:05 [gentoo-commits] proj/android:master " Benda XU
2016-05-26 4:04 ` [gentoo-commits] dev/heroxbd:master " Benda XU
2016-05-26 4:05 [gentoo-commits] proj/android:master " Benda XU
2016-05-23 6:18 ` [gentoo-commits] dev/heroxbd:master " Benda XU
2016-05-26 4:05 [gentoo-commits] proj/android:master " Benda XU
2016-05-23 6:18 ` [gentoo-commits] dev/heroxbd:master " Benda XU
2016-05-23 16:15 Benda XU
2016-05-23 6:18 Benda XU
2016-05-23 6:18 Benda XU
2014-12-04 8:17 Benda XU
2014-11-24 15:41 Benda XU
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463889633.3041a9deec4adf30339aec0b37f440af19e7334a.heroxbd@gentoo \
--to=heroxbd@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox