diff options
| -rw-r--r-- | arch/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 3b9348a0c1a4..602f57e590b5 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
| @@ -108,7 +108,7 @@ else | |||
| 108 | 108 | ||
| 109 | # this works around some issues with generating unwind tables in older gccs | 109 | # this works around some issues with generating unwind tables in older gccs |
| 110 | # newer gccs do it by default | 110 | # newer gccs do it by default |
| 111 | KBUILD_CFLAGS += -maccumulate-outgoing-args | 111 | KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args) |
| 112 | endif | 112 | endif |
| 113 | 113 | ||
| 114 | # Make sure compiler does not have buggy stack-protector support. | 114 | # Make sure compiler does not have buggy stack-protector support. |
