Now build profiled libraries on m68000.

This commit is contained in:
fredette 2002-07-17 18:46:12 +00:00
parent e5b593969a
commit f53ba8285a
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,8 @@ libgcc1.S: ${G_LIB1ASMSRC}
CLEANFILES+=libgcc1.S
${G_LIB1ASMFUNCS:=.o}: libgcc1.S
${COMPILE.s} ${CPPFLAGS} -DL$* -o $@ ${>:M*.S}
${G_LIB1ASMFUNCS:=.po}: libgcc1.S
${COMPILE.s} ${CPPFLAGS} -DGPROF -DPROF -DL$* -o $@ ${>:M*.S}
OBJS+=${G_LIB1ASMFUNCS:=.o}
CLEANFILES+=${G_LIB1ASMFUNCS:=.o}

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.302 2002/07/11 15:30:03 scw Exp $
# $NetBSD: bsd.own.mk,v 1.303 2002/07/17 18:46:14 fredette Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -312,7 +312,6 @@ MKGCC:= no
# The m68000 port is incomplete.
.if ${MACHINE_ARCH} == "m68000"
NOPIC= # defined
NOPROFILE= # defined
.endif
# The hppa port is incomplete.