From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-316449-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Pooo4-0006MW-9g
	for garchives@archives.gentoo.org; Mon, 14 Feb 2011 03:08:56 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C949FE0767;
	Mon, 14 Feb 2011 03:08:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 99DFBE0767
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Feb 2011 03:08:49 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3A46B1B40B4
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Feb 2011 03:08:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 96CA280063
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Feb 2011 03:08:48 +0000 (UTC)
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org>
Message-ID: <1cd06f195aa1ab628658938b6e671642c5248d9e.vapier@gentoo>
Subject: [gentoo-commits] proj/crossdev:master commit in: /
X-VCS-Repository: proj/crossdev
X-VCS-Files: crossdev
X-VCS-Directories: /
X-VCS-Committer: vapier
X-VCS-Committer-Name: Mike Frysinger
X-VCS-Revision: 1cd06f195aa1ab628658938b6e671642c5248d9e
Date: Mon, 14 Feb 2011 03:08:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: feb6aced51e977470db9f27a4947c904

commit:     1cd06f195aa1ab628658938b6e671642c5248d9e
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 03:07:31 2011 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 03:07:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;=
a=3Dcommit;h=3D1cd06f19

crossdev: don't attempt headers install with newlib

The newlib package doesn't provide headers to install separately, so
default to --without-headers when that is the C library.

URL: http://bugs.gentoo.org/259144
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

---
 crossdev |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/crossdev b/crossdev
index 16fe0fb..1f794fb 100755
--- a/crossdev
+++ b/crossdev
@@ -227,6 +227,7 @@ parse_target() {
 			LPKG=3D"newlib"
 			KPKG=3D"[none]"
 			STAGE_DEFAULT=3D${STAGE_LIBC}
+			WITH_DEF_HEADERS=3D"no"
 			;;
=20
 		# Now for the BSDs ...