Use -fomit-frame-pointer when compiling bugcrt.c; a6 needs to be reserved
for Bug arguments.
This commit is contained in:
parent
8ba1720b96
commit
d0da91f9e2
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.10 2000/07/28 20:08:21 scw Exp $
|
# $NetBSD: Makefile,v 1.11 2000/12/04 18:35:16 scw Exp $
|
||||||
|
|
||||||
LIB=bug
|
LIB=bug
|
||||||
|
|
||||||
@ -21,7 +21,8 @@ libinstall::
|
|||||||
# separate rule for bugcrt.c - NEED NOT BE COMPILED WITH -O2
|
# separate rule for bugcrt.c - NEED NOT BE COMPILED WITH -O2
|
||||||
# this is build separately from rest of libbug
|
# this is build separately from rest of libbug
|
||||||
bugcrt.o: bugcrt.c
|
bugcrt.o: bugcrt.c
|
||||||
${CC} -nostdinc ${INCPATH} -D_STANDALONE -o ${.TARGET}.tmp -c ${.IMPSRC}
|
${CC} -fomit-frame-pointer -nostdinc ${INCPATH} -D_STANDALONE \
|
||||||
|
-o ${.TARGET}.tmp -c ${.IMPSRC}
|
||||||
${LD} -x -r ${.TARGET}.tmp -o ${.TARGET}
|
${LD} -x -r ${.TARGET}.tmp -o ${.TARGET}
|
||||||
|
|
||||||
all realall: lib${LIB}.a bugcrt.o
|
all realall: lib${LIB}.a bugcrt.o
|
||||||
|
Loading…
Reference in New Issue
Block a user