diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-17 17:57:20 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-17 17:57:20 -0400 |
commit | 393d81aa026e19b6ede6f5f11955c97ee62e5df5 (patch) | |
tree | a1d9511e488e19d41089ff0a736f6ce52a81c6e5 /Makefile | |
parent | 93a0886e2368eafb9df5e2021fb185195cee88b2 (diff) | |
parent | 5b664cb235e97afbf34db9c4d77f08ebd725335e (diff) |
Merge branch 'linus' into xen-64bit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,3 @@ | |||
1 | FRED=42 | ||
2 | VERSION = 2 | 1 | VERSION = 2 |
3 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
4 | SUBLEVEL = 26 | 3 | SUBLEVEL = 26 |
@@ -508,6 +507,8 @@ else | |||
508 | KBUILD_CFLAGS += -O2 | 507 | KBUILD_CFLAGS += -O2 |
509 | endif | 508 | endif |
510 | 509 | ||
510 | include $(srctree)/arch/$(SRCARCH)/Makefile | ||
511 | |||
511 | ifneq (CONFIG_FRAME_WARN,0) | 512 | ifneq (CONFIG_FRAME_WARN,0) |
512 | KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) | 513 | KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) |
513 | endif | 514 | endif |
@@ -516,8 +517,6 @@ endif | |||
516 | # Arch Makefiles may override this setting | 517 | # Arch Makefiles may override this setting |
517 | KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector) | 518 | KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector) |
518 | 519 | ||
519 | include $(srctree)/arch/$(SRCARCH)/Makefile | ||
520 | |||
521 | ifdef CONFIG_FRAME_POINTER | 520 | ifdef CONFIG_FRAME_POINTER |
522 | KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls | 521 | KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls |
523 | else | 522 | else |