diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-13 18:17:48 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-13 18:17:48 +0000 |
commit | 565638647543c1ffdfa032c612db7a744204cec5 (patch) | |
tree | 3c40a7291eeff1fdb2475655fd28a3459beeb954 /sys-libs/glibc | |
parent | cleanup, also fixes #87511 (diff) | |
download | historical-565638647543c1ffdfa032c612db7a744204cec5.tar.gz historical-565638647543c1ffdfa032c612db7a744204cec5.tar.bz2 historical-565638647543c1ffdfa032c612db7a744204cec5.zip |
Added to ~sparc and ~x86.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/Manifest | 8 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5.ebuild | 19 |
2 files changed, 14 insertions, 13 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest index 1a93349981ed..2f386036f102 100644 --- a/sys-libs/glibc/Manifest +++ b/sys-libs/glibc/Manifest @@ -12,7 +12,7 @@ MD5 567094e03359ffc1c95af7356395228d metadata.xml 162 MD5 b85c16a0e65a32784335e40fb0edac0e glibc-2.2.5-r10.ebuild 4418 MD5 bbaa27a858966f07a584101f1be106a8 glibc-2.3.4.20050125.ebuild 35424 MD5 dce0cb7033d70484fac6d772bb4b096b glibc-2.3.4.20050125-r1.ebuild 38166 -MD5 fe6104668666511e4970d20953ab8432 glibc-2.3.5.ebuild 38127 +MD5 6307c0fb1073eb1129f9af8502c10897 glibc-2.3.5.ebuild 38175 MD5 1ccc533e526eaa771e262db1dbe27ff7 glibc-2.3.4.20041102-r1.ebuild 33599 MD5 9cc1e6b6f749dba7c8759bd07266f7d9 files/digest-glibc-2.2.5-r9 143 MD5 2d5306ef875573750af642a9f93b634a files/digest-glibc-2.3.2-r12 312 @@ -150,7 +150,7 @@ MD5 b80890f83185acef8aeff622a1574e0b files/2.3.4/glibc-2.3.4-fix-_dl_next_tls_mo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCXCH1ArHZZzCEUG0RAgJxAJoDuw55acfXeeSJc/vocnzadXrzjwCfcvcE -oXwPULApFy9O7uy1fP+Mpws= -=lEHH +iD8DBQFCXWJpArHZZzCEUG0RAk1mAJ4tOxeOXg/NhbZjp3WCiOrWT1Pa+QCfeXsa +my/AMTC7LipVPo9nvISEAnM= +=yDsn -----END PGP SIGNATURE----- diff --git a/sys-libs/glibc/glibc-2.3.5.ebuild b/sys-libs/glibc/glibc-2.3.5.ebuild index dabd83f92ff0..408054705f72 100644 --- a/sys-libs/glibc/glibc-2.3.5.ebuild +++ b/sys-libs/glibc/glibc-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.1 2005/04/12 19:30:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.2 2005/04/13 18:17:48 eradicator Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~sparc ~x86" BRANCH_UPDATE="" @@ -628,13 +628,6 @@ setup_flags() { if is_crosscompile || [[ ${PROFILE_ARCH} == "sparc64" ]] || { has_multilib_profile && ! tc-is-cross-compiler; } ; then case ${ABI} in - default|sparc32) - if is-flag "-mcpu=ultrasparc3"; then - CTARGET_OPT="sparcv9b-unknown-linux-gnu" - else - CTARGET_OPT="sparcv9-unknown-linux-gnu" - fi - ;; sparc64) if is-flag "-mcpu=ultrasparc3"; then CTARGET_OPT="sparc64b-unknown-linux-gnu" @@ -646,6 +639,13 @@ setup_flags() { filter-flags -Wa,-xarch -Wa,-A ;; + *) + if is-flag "-mcpu=ultrasparc3"; then + CTARGET_OPT="sparcv9b-unknown-linux-gnu" + else + CTARGET_OPT="sparcv9-unknown-linux-gnu" + fi + ;; esac else if is-flag "-mcpu=ultrasparc3"; then @@ -776,6 +776,7 @@ want_tls() { return 1 ;; *) + [[ ${PROFILE_ARCH} == "sparc" ]] && return 1 return 0 ;; esac |