diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-07-29 04:34:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-07-29 04:34:28 +0000 |
commit | 478eb94f7df5fb5128ef4c49aa1bfc51ecd412f2 (patch) | |
tree | 8486be43ef3bd05c3d9824a4606befef503f27ca /sys-devel/binutils/binutils-2.17-r1.ebuild | |
parent | Drop dep on net-dialup/xc; use dodoc (diff) | |
download | gentoo-2-478eb94f7df5fb5128ef4c49aa1bfc51ecd412f2.tar.gz gentoo-2-478eb94f7df5fb5128ef4c49aa1bfc51ecd412f2.tar.bz2 gentoo-2-478eb94f7df5fb5128ef4c49aa1bfc51ecd412f2.zip |
Fix building with sanitized linux-headers, fix stripping of .o objects, and discard GNU debuglink sections.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'sys-devel/binutils/binutils-2.17-r1.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.17-r1.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/binutils/binutils-2.17-r1.ebuild b/sys-devel/binutils/binutils-2.17-r1.ebuild new file mode 100644 index 000000000000..8ed50c64f41c --- /dev/null +++ b/sys-devel/binutils/binutils-2.17-r1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17-r1.ebuild,v 1.1 2007/07/29 04:34:28 vapier Exp $ + +PATCHVER="1.3" +UCLIBC_PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +# ARCH - packages to test before marking +KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" |