Don't lose the frame pointer for PPC modules: backtrace doesn't work.
This commit is contained in:
parent
44d9bd3489
commit
f549793562
@ -132,7 +132,7 @@ CFLAGS+= -fno-omit-frame-pointer
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
CFLAGS+= -mlongcall
|
||||
CFLAGS+= -mlongcall -fno-omit-frame-pointer
|
||||
.endif
|
||||
|
||||
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
|
||||
|
Loading…
x
Reference in New Issue
Block a user