From 9c57d97f8c3abddd0864739b1332b986ba92b473 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 19 Sep 1996 07:01:45 +0000 Subject: add -fgnu-runtime to the .m.o and .m.po rules, since we (will) have the gnu libobjc rather than the NeXT one. I do not understand objc so I don't know the implications of this, but the gcc-2.7.2 libobjc is built with this. --- share/mk/bsd.lib.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/mk/bsd.lib.mk') diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk index 3320d65..4982e30 100644 --- a/share/mk/bsd.lib.mk +++ b/share/mk/bsd.lib.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91 -# $Id: bsd.lib.mk,v 1.43 1996/09/05 18:05:06 bde Exp $ +# $Id: bsd.lib.mk,v 1.44 1996/09/18 06:09:14 swallace Exp $ # .if exists(${.CURDIR}/../Makefile.inc) @@ -93,11 +93,11 @@ STRIP?= -s @${LD} -O ${.TARGET} -x -r ${.TARGET} .m.po: - ${CC} ${CFLAGS} -p -c ${.IMPSRC} -o ${.TARGET} + ${CC} ${CFLAGS} -fgnu-runtime -p -c ${.IMPSRC} -o ${.TARGET} @${LD} -O ${.TARGET} -X -r ${.TARGET} .m.o: - ${CC} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} + ${CC} ${CFLAGS} -fgnu-runtime -c ${.IMPSRC} -o ${.TARGET} @${LD} -O ${.TARGET} -X -r ${.TARGET} .if !defined(INTERNALLIB) || defined(INTERNALSTATICLIB) -- cgit v1.1