All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] predefine "i386" if needed
@ 2020-01-23  0:01 john.levon
  2020-01-23 17:37 ` Luc Van Oostenryck
  0 siblings, 1 reply; 2+ messages in thread
From: john.levon @ 2020-01-23  0:01 UTC (permalink / raw)
  To: linux-sparse; +Cc: John Levon

From: John Levon <john.levon@joyent.com>

Signed-off-by: John Levon <john.levon@joyent.com>
---
 target-x86.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target-x86.c b/target-x86.c
index 01d213ef..d770349c 100644
--- a/target-x86.c
+++ b/target-x86.c
@@ -29,6 +29,7 @@ static void predefine_i386(const struct target *self)
 {
 	predefine("__i386__", 1, "1");
 	predefine("__i386", 1, "1");
+	predefine_nostd("i386");
 }
 
 const struct target target_i386 = {
-- 
2.23.0

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

* Re: [PATCH] predefine "i386" if needed
  2020-01-23  0:01 [PATCH] predefine "i386" if needed john.levon
@ 2020-01-23 17:37 ` Luc Van Oostenryck
  0 siblings, 0 replies; 2+ messages in thread
From: Luc Van Oostenryck @ 2020-01-23 17:37 UTC (permalink / raw)
  To: john.levon; +Cc: linux-sparse

Applied and upstreamed.
Thank you.

-- Luc

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

end of thread, other threads:[~2020-01-23 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23  0:01 [PATCH] predefine "i386" if needed john.levon
2020-01-23 17:37 ` Luc Van Oostenryck

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.