-fomit-frame-pointer works on 68k.
This commit is contained in:
mycroft 2002-09-26 14:30:47 +00:00
parent b06a300a8a
commit a217e118cd

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.55 2002/09/26 13:56:01 mycroft Exp $
# $NetBSD: Makefile,v 1.56 2002/09/26 14:30:47 mycroft Exp $
.include <bsd.own.mk> # for OBJECT_FMT definition
@ -42,10 +42,7 @@ CPPFLAGS+= -D_RTLD_SOURCE
#CPPFLAGS+= -DRTLD_DEBUG
#CPPFLAGS+= -DRTLD_DEBUG_RELOC
#DBG= -g
DBG= -O3
.if (${MACHINE_ARCH} != "m68k")
DBG=+ -fomit-frame-pointer
.endif
DBG= -O3 -fomit-frame-pointer
.if ${SHLIBDIR} != ${LIBDIR}
CPPFLAGS+= -DRTLD_DEFAULT_LIBRARY_PATH=\"${SHLIBDIR}:${LIBDIR}\"