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 ) id 1SZkp0-0007xO-CF for garchives@archives.gentoo.org; Wed, 30 May 2012 15:28:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C491E0713; Wed, 30 May 2012 15:28:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2A5E3E0713 for ; Wed, 30 May 2012 15:28:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FBE41B4028 for ; Wed, 30 May 2012 15:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 235F8E5428 for ; Wed, 30 May 2012 15:28:07 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1332531093.a8a0a0b6df35c65057c626a3aa42def2d76a8561.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: a8a0a0b6df35c65057c626a3aa42def2d76a8561 X-VCS-Branch: master Date: Wed, 30 May 2012 15:28:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 13dcd291-a8e6-4395-b844-5a59801da74a X-Archives-Hash: dd88164af4a1568c222accb9ff5bbc23 commit: a8a0a0b6df35c65057c626a3aa42def2d76a8561 Author: Mike Frysinger gentoo org> AuthorDate: Fri Mar 23 19:31:33 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Mar 23 19:31:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;= a=3Dcommit;h=3Da8a0a0b6 crossdev: WITH_DEF_HEADERS=3Dyes for targets Since we do WITH_DEF_HEADERS=3Dyes by default now, no point in having individual targets set it too. Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/crossdev b/crossdev index 6ef442c..08d2c7d 100755 --- a/crossdev +++ b/crossdev @@ -165,7 +165,7 @@ parse_target() { alpha*) TARCH=3Dalpha;; arm*) TARCH=3Darm;; hppa*) TARCH=3Dhppa;; - ia64*) TARCH=3Dia64 WITH_DEF_HEADERS=3D"yes";; + ia64*) TARCH=3Dia64;; i?86*) TARCH=3Dx86;; m68*) TARCH=3Dm68k;; mips*) TARCH=3Dmips;; @@ -201,7 +201,6 @@ parse_target() { LCAT=3D"dev-util"; LPKG=3D"mingw64-runtime";; =20 mingw*|*-mingw*) - WITH_DEF_HEADERS=3D"yes"; KCAT=3D"dev-util"; KPKG=3D"w32api"; LCAT=3D"dev-util"; LPKG=3D"mingw-runtime";; =20