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 1SdE9Q-0002dZ-Jv for garchives@archives.gentoo.org; Sat, 09 Jun 2012 05:23:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A136CE0660; Sat, 9 Jun 2012 05:23:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6AE0BE0660 for ; Sat, 9 Jun 2012 05:23:35 +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 A1F631B4015 for ; Sat, 9 Jun 2012 05:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EE31AE5434 for ; Sat, 9 Jun 2012 05:23:32 +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: <1339219386.89f1808b7af989d005887ed4179fb60e10b8145c.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: TODO X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 89f1808b7af989d005887ed4179fb60e10b8145c X-VCS-Branch: master Date: Sat, 9 Jun 2012 05:23:32 +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: a17cb221-ab4d-4e93-891d-7f997bce068f X-Archives-Hash: 75afbf7c23bc4cc5fe2ee75c38ce68a9 commit: 89f1808b7af989d005887ed4179fb60e10b8145c Author: Mike Frysinger gentoo org> AuthorDate: Sat Jun 9 05:23:03 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Jun 9 05:23:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;= a=3Dcommit;h=3D89f1808b TODO: fix target/host CFLAGS mixing at some point URL: http://bugs.gentoo.org/420089 Reported-by: Maciej Szmigiero o2.pl> Signed-off-by: Mike Frysinger gentoo.org> --- TODO | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index e69de29..c3a19aa 100644 --- a/TODO +++ b/TODO @@ -0,0 +1,4 @@ +- add a --target-flags option #420089 so people can set the default flag= s + that they want to build the cross-compiler with. this requires fixing + gcc/binutils and how we only have a single CFLAGS value that is passed + both for the host (e.g. `gcc`) and for the target (e.g. libgcc.so).