diff options
author | Ned Ludd <solar@gentoo.org> | 2010-01-18 23:39:51 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2010-01-18 23:39:51 +0000 |
commit | c98a0b01bfd0e455e4cb5d42fccee5af957f350a (patch) | |
tree | b01dec5378d63e24e8ec8cb5ba320e2c6fb52367 /sys-libs/uclibc | |
parent | Revert spurious MAKEOPTS change. (diff) | |
download | gentoo-2-c98a0b01bfd0e455e4cb5d42fccee5af957f350a.tar.gz gentoo-2-c98a0b01bfd0e455e4cb5d42fccee5af957f350a.tar.bz2 gentoo-2-c98a0b01bfd0e455e4cb5d42fccee5af957f350a.zip |
- Add avr32 target. Bug 267449
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/uclibc')
-rw-r--r-- | sys-libs/uclibc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.30.1-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog index dadf719830e8..5c0f53acd985 100644 --- a/sys-libs/uclibc/ChangeLog +++ b/sys-libs/uclibc/ChangeLog @@ -1,6 +1,9 @@ # 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.55 2009/11/04 16:25:06 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.56 2010/01/18 23:39:51 solar Exp $ + + 18 Jan 2010; <solar@gentoo.org> uclibc-0.9.30.1-r1.ebuild: + - Add avr32 target. Bug 267449 04 Nov 2009; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.30.1-r1.ebuild: Dont try installing ldd/ldconfig utils when shared library support is diff --git a/sys-libs/uclibc/uclibc-0.9.30.1-r1.ebuild b/sys-libs/uclibc/uclibc-0.9.30.1-r1.ebuild index 337e70488776..eca148a0a4df 100644 --- a/sys-libs/uclibc/uclibc-0.9.30.1-r1.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.30.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.1-r1.ebuild,v 1.7 2009/11/04 16:25:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.30.1-r1.ebuild,v 1.8 2010/01/18 23:39:51 solar Exp $ #ESVN_REPO_URI="svn://uclibc.org/trunk/uClibc" #inherit subversion @@ -180,6 +180,7 @@ src_unpack() { alpha) target="alpha"; config_target="no cpu-specific options";; amd64) target="x86_64"; config_target="no cpu-specific options";; arm) target="arm"; config_target="GENERIC_ARM";; + avr) target="avr32"; config_target="no cpu-specific options";; ia64) target="ia64"; config_target="no cpu-specific options";; m68k) target="m68k"; config_target="no cpu-specific options";; mips) target="mips"; config_target="MIPS_ISA_1";; |