* [PATCH] missing CHECKFLAGS on s390
@ 2005-09-09 15:56 viro
0 siblings, 0 replies; only message in thread
From: viro @ 2005-09-09 15:56 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, schwidefsky
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC13-git8-base/arch/s390/Makefile current/arch/s390/Makefile
--- RC13-git8-base/arch/s390/Makefile 2005-06-17 15:48:29.000000000 -0400
+++ current/arch/s390/Makefile 2005-09-08 23:53:33.000000000 -0400
@@ -19,6 +19,7 @@
AFLAGS += -m31
UTS_MACHINE := s390
STACK_SIZE := 8192
+CHECKFLAGS += -D__s390__
endif
ifdef CONFIG_ARCH_S390X
@@ -28,6 +29,7 @@
AFLAGS += -m64
UTS_MACHINE := s390x
STACK_SIZE := 16384
+CHECKFLAGS += -D__s390__ -D__s390x__
endif
cflags-$(CONFIG_MARCH_G5) += $(call cc-option,-march=g5)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-09 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-09 15:56 [PATCH] missing CHECKFLAGS on s390 viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®