We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c33bf1 commit 90bae4dCopy full SHA for 90bae4d
arch/powerpc/xmon/Makefile
@@ -12,6 +12,10 @@ ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
12
13
ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
14
15
+# Clang stores addresses on the stack causing the frame size to blow
16
+# out. See https://github.com/ClangBuiltLinux/linux/issues/252
17
+ccflags-$(CONFIG_CC_IS_CLANG) += -Wframe-larger-than=4096
18
+
19
obj-y += xmon.o nonstdio.o spr_access.o xmon_bpts.o
20
21
ifdef CONFIG_XMON_DISASSEMBLY
0 commit comments