All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Use target CPP to pre-process dts as supported flag checks are done on target toolchain
@ 2021-12-20 16:29 Yann Sionneau
  2021-12-20 16:29 ` [PATCH 1/1] " Yann Sionneau
  2021-12-21 23:08 ` [PATCH 0/1] " Masahiro Yamada
  0 siblings, 2 replies; 5+ messages in thread
From: Yann Sionneau @ 2021-12-20 16:29 UTC (permalink / raw)
  To: linux-kbuild; +Cc: ysionneau, robh

Hello, 

I have encountered an issue with the following setup: 
* host toolchain gcc 7.5.0 (Ubuntu 18.04 LTS)
* target toolchain gcc 9.4.1

In this case I got build error while compiling DTBs because of the following flag: -fmacro-prefix-map
This flag was known to my target toolchain (CC) but not by my HOSTCC.
One might say that Ubuntu 18.04 is pretty old and I should upgrade but I think it's fundamentally broken to check flags on toolchain A and use them on toolchain B. We could have other issues like this in the future.
I'm proposing this change to open the discussion.
Regards, 

Yann Sionneau (1):
  Use target CPP to pre-process dts as supported flag checks are done on
    target toolchain

 scripts/Makefile.lib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-21 23:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 16:29 [PATCH 0/1] Use target CPP to pre-process dts as supported flag checks are done on target toolchain Yann Sionneau
2021-12-20 16:29 ` [PATCH 1/1] " Yann Sionneau
2021-12-21 23:10   ` Masahiro Yamada
2021-12-21 23:30   ` Rob Herring
2021-12-21 23:08 ` [PATCH 0/1] " Masahiro Yamada

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.