Don't lose the frame pointer for PPC modules: backtrace doesn't work.

This commit is contained in:
grehan 2005-02-02 23:44:24 +00:00
parent 44d9bd3489
commit f549793562

View File

@ -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}