h8300's gcc build faild '-g' and '-fomit-stack-frame'
CONFIG_FRAME_POINER selectable.
Signed-off-by: Yoshinori Sato <[email protected]>
---
arch/h8300/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index 53cc669..3b1b7db 100644
--- a/arch/h8300/Kconfig
+++ b/arch/h8300/Kconfig
@@ -9,6 +9,7 @@ config H8300
bool
default y
select HAVE_IDE
+ select ARCH_WANT_FRAME_POINTERS
config SYMBOL_PREFIX
string
--
1.6.5.3