Skip to content

Commit

Permalink
[PATCH] missing CHECKFLAGS on s390
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
[email protected] authored and Linus Torvalds committed Sep 9, 2005
1 parent 3f70353 commit d310a35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/s390/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CFLAGS += -m31
AFLAGS += -m31
UTS_MACHINE := s390
STACK_SIZE := 8192
CHECKFLAGS += -D__s390__
endif

ifdef CONFIG_ARCH_S390X
Expand All @@ -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)
Expand Down

0 comments on commit d310a35

Please sign in to comment.