From 74ac3da23341f949ad62576b84b8f49d2522c173 Mon Sep 17 00:00:00 2001 From: "viro@ZenIV.linux.org.uk" Date: Fri, 9 Sep 2005 16:56:05 +0100 Subject: [PATCH] --- yaml --- r: 8036 b: refs/heads/master c: d310a35a487388859432648daa2ea4fc5e51c049 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/s390/Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5f4e94fee422..6d362694dfbd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f70353ea91ad77c83500e70507a239b2ab0c980 +refs/heads/master: d310a35a487388859432648daa2ea4fc5e51c049 diff --git a/trunk/arch/s390/Makefile b/trunk/arch/s390/Makefile index 3cd8dd25c9d7..c1ea6bcb77ce 100644 --- a/trunk/arch/s390/Makefile +++ b/trunk/arch/s390/Makefile @@ -19,6 +19,7 @@ CFLAGS += -m31 AFLAGS += -m31 UTS_MACHINE := s390 STACK_SIZE := 8192 +CHECKFLAGS += -D__s390__ endif ifdef CONFIG_ARCH_S390X @@ -28,6 +29,7 @@ CFLAGS += -m64 AFLAGS += -m64 UTS_MACHINE := s390x STACK_SIZE := 16384 +CHECKFLAGS += -D__s390__ -D__s390x__ endif cflags-$(CONFIG_MARCH_G5) += $(call cc-option,-march=g5)