about summary refs log tree commit diff
path: root/ports/sysdeps/m68k/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/m68k/Makefile')
-rw-r--r--ports/sysdeps/m68k/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/sysdeps/m68k/Makefile b/ports/sysdeps/m68k/Makefile
index ef798306bf..c5b5318f02 100644
--- a/ports/sysdeps/m68k/Makefile
+++ b/ports/sysdeps/m68k/Makefile
@@ -26,8 +26,14 @@ asm-CPPFLAGS += $(m68k-syntax-flag)
 
 pic-ccflag = -fpic
 
+ifeq ($(subdir),setjmp)
 # Make sure setjmp.c is compiled with a frame pointer
 CFLAGS-setjmp.c := -fno-omit-frame-pointer
+endif
+
+ifeq ($(subdir),debug)
+CFLAGS-backtrace.c += -funwind-tables
+endif
 
 ifeq ($(subdir),elf)
 CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused