All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeroen Hofstee <dasuboot@myspectrum.nl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1
Date: Mon, 16 Jun 2014 19:58:28 +0200	[thread overview]
Message-ID: <1402941508.2333.8.camel@yellow> (raw)
In-Reply-To: <1402912600-22011-3-git-send-email-yamada.m@jp.panasonic.com>

Hello Masahiro,

On ma, 2014-06-16 at 18:56 +0900, Masahiro Yamada wrote:
> "make %_config all" was supported for the first time in U-Boot:
>   commit 53bca5ab
>   kbuild: support simultaneous board configuration and "make all"
> 
> Surprisingly it had not been working in Linux Kernel for a long time.
> 
> So I sent back the patch to the Linux Kbuild community and it was
> accepted with a little code improvement, at commit 9319f453.
> 
> Now, you can do "make defconfig all" or "make %_defconfig all"
> in Linux too.
> 

There is some issue with this in current master I guess. I haven't
bothered too much, but I think the one liner cause gcc to be called even
if both compilers are set to clang. With a separate config and make step
I have never seen such behavior. I only noticed it on FreeBSD though
since gcc is not installed there and actually errors, so it might be
awk / sed related as well.

Anyway, perhaps rings a bell...

Regards,
Jeroen

  reply	other threads:[~2014-06-16 17:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-16  9:56 [U-Boot] [PATCH 0/5] Kbuild: sync with Linux 3.16-rc1 Masahiro Yamada
2014-06-16  9:56 ` [U-Boot] [PATCH 1/5] kbuild: move extra gcc checks to scripts/Makefile.extrawarn Masahiro Yamada
2014-06-16  9:56 ` [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1 Masahiro Yamada
2014-06-16 17:58   ` Jeroen Hofstee [this message]
2014-06-17  1:42     ` Masahiro Yamada
2014-06-17 18:45       ` Jeroen Hofstee
2014-06-20  2:17         ` Masahiro Yamada
2014-06-20  2:20         ` Masahiro Yamada
2014-06-16  9:56 ` [U-Boot] [PATCH 3/5] cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) Masahiro Yamada
2014-06-20 15:58   ` [U-Boot] [U-Boot, " Tom Rini
2014-06-16  9:56 ` [U-Boot] [PATCH 4/5] kbuild: Use relative path when possible Masahiro Yamada
2014-06-17 10:46   ` Masahiro Yamada
2014-06-16  9:56 ` [U-Boot] [PATCH 5/5] scripts: objdiff: sync with Linux 3.16-rc1 Masahiro Yamada
2014-06-18 17:49 ` [U-Boot] [PATCH 0/5] Kbuild: " Tom Rini
2014-06-19  8:26   ` Masahiro Yamada
2014-06-20 15:54     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1402941508.2333.8.camel@yellow \
    --to=dasuboot@myspectrum.nl \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.