diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-14 19:17:27 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-14 19:17:27 +0000 |
commit | ee6f076df2c33497300098a954e8bfd0fe20ec40 (patch) | |
tree | 0ebff72873b5af9ffac52d3647ba834e6964177c /sys-libs | |
parent | more virtual stuff (diff) | |
download | gentoo-2-ee6f076df2c33497300098a954e8bfd0fe20ec40.tar.gz gentoo-2-ee6f076df2c33497300098a954e8bfd0fe20ec40.tar.bz2 gentoo-2-ee6f076df2c33497300098a954e8bfd0fe20ec40.zip |
Removed sparc64-multilib reference.
(Portage version: 2.0.51.16)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041102.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild index ca8df28cda10..1b704d1f3c24 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808-r1.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.4.20040808-r1.ebuild,v 1.41 2005/02/03 05:35:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.42 2005/02/14 19:14:13 eradicator Exp $ inherit eutils multilib flag-o-matic toolchain-funcs versionator @@ -122,7 +122,7 @@ setup_flags() { append-flags "-fcall-used-g6" # Sparc64 Only support... - if [ "${PROFILE_ARCH}" = "sparc64" ]; then + if [ "${PROFILE_ARCH}" = "sparc64" ] && !has_multilib_profile; then # Get rid of -mcpu options (the CHOST will fix this up) and flags # known to fail filter-flags "-mcpu=ultrasparc -mcpu=v9 -mvis" @@ -135,7 +135,7 @@ setup_flags() { fi fi - if [ "${PROFILE_ARCH}" = "sparc64-multilib" ]; then + if [ "${PROFILE_ARCH}" = "sparc64" ] && has_multilib_profile; then # We change our CHOST, so set this right here export CC="$(tc-getCC)" diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild index 08eaae748894..0e2893eab1f9 100644 --- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20041102.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.4.20041102.ebuild,v 1.44 2005/02/09 08:01:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.45 2005/02/14 19:14:13 eradicator Exp $ inherit eutils multilib flag-o-matic toolchain-funcs versionator @@ -122,7 +122,7 @@ setup_flags() { append-flags "-fcall-used-g6" # Sparc64 Only support... - if [ "${PROFILE_ARCH}" = "sparc64" ]; then + if [ "${PROFILE_ARCH}" = "sparc64" ] && !has_multilib_profile; then # Get rid of -mcpu options (the CHOST will fix this up) and flags # known to fail filter-flags "-mcpu=ultrasparc -mcpu=v9 -mvis" @@ -135,7 +135,7 @@ setup_flags() { fi fi - if [ "${PROFILE_ARCH}" = "sparc64-multilib" ]; then + if [ "${PROFILE_ARCH}" = "sparc64" ] && has_multilib_profile; then # We change our CHOST, so set this right here export CC="$(tc-getCC)" |