diff options
author | Stuart Longland <redhatter@gentoo.org> | 2009-01-10 04:32:59 +0000 |
---|---|---|
committer | Stuart Longland <redhatter@gentoo.org> | 2009-01-10 04:32:59 +0000 |
commit | 4ba0f1299599c7989aaaada0d3f76e7aeab50202 (patch) | |
tree | 4afe0cceebe0505bd6d0e3a41b84b26850457ffc /sys-libs/uclibc | |
parent | Workaround to cross-compile. (diff) | |
download | gentoo-2-4ba0f1299599c7989aaaada0d3f76e7aeab50202.tar.gz gentoo-2-4ba0f1299599c7989aaaada0d3f76e7aeab50202.tar.bz2 gentoo-2-4ba0f1299599c7989aaaada0d3f76e7aeab50202.zip |
Tested and working on mips (with one caveat; see ChangeLog) -- ~mips keyword added.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 i686)
Diffstat (limited to 'sys-libs/uclibc')
-rw-r--r-- | sys-libs/uclibc/ChangeLog | 10 | ||||
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.30.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog index a1a05b4702d9..675dd5110a79 100644 --- a/sys-libs/uclibc/ChangeLog +++ b/sys-libs/uclibc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-libs/uclibc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.42 2009/01/02 19:50:47 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.43 2009/01/10 04:32:59 redhatter Exp $ + + 10 Jan 2009; Stuart Longland <redhatter@gentoo.org> uclibc-0.9.30.ebuild: + Added ~mips keyword. uClibc appears to work fine on both mips and mipsel + with one caveat: it doesn't work on 16KB page size kernels (i.e. Loongson) + see http://bugs.busybox.net/show_bug.cgi?id=9 for info here. + + It *does* however, work fine on my Cobalt Qube2 and SGI O2, where I am + building stages. 02 Jan 2009; <solar@gentoo.org> metadata.xml, uclibc-0.9.30.ebuild: work around gcc-4 lack of ssp by default support while +hardened is enabled diff --git a/sys-libs/uclibc/uclibc-0.9.30.ebuild b/sys-libs/uclibc/uclibc-0.9.30.ebuild index 8da14fdfac93..00204222d9fe 100644 --- a/sys-libs/uclibc/uclibc-0.9.30.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.30.ebuild,v 1.2 2009/01/02 19:50:47 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.30.ebuild,v 1.3 2009/01/10 04:32:59 redhatter Exp $ #ESVN_REPO_URI="svn://uclibc.org/trunk/uClibc" #inherit subversion @@ -34,7 +34,7 @@ SRC_URI="http://uclibc.org/downloads/${MY_P}.tar.bz2 LICENSE="LGPL-2" SLOT="0" -KEYWORDS="-* ~arm ~m68k -mips ~ppc ~sh ~sparc ~x86 ~amd64" +KEYWORDS="-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86" IUSE="build uclibc-compat debug hardened ssp iconv ipv6 minimal nls pregen userlocales wordexp crosscompile_opts_headers-only" RESTRICT="strip" |