Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- x86/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/Makefile.common b/x86/Makefile.common index ca8036722a535..298e5f721ff15 100644 --- a/x86/Makefile.common +++ b/x86/Makefile.common @@ -20,7 +20,7 @@ $(libcflat): CFLAGS += -ffreestanding -I lib CFLAGS += -m$(bits) CFLAGS += -O1 -# dump_stack.o relies on frame pointers. +# stack.o relies on frame pointers. KEEP_FRAME_POINTER := y libgcc := $(shell $(CC) -m$(bits) --print-libgcc-file-name) -- 2.4.11 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html