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

This commit is contained in:
Peter Grehan 2005-02-02 23:44:24 +00:00
parent 7fe4c24002
commit 55a5dcc8fe

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}