summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-19 07:01:45 +0000
committerpeter <peter@FreeBSD.org>1996-09-19 07:01:45 +0000
commit9c57d97f8c3abddd0864739b1332b986ba92b473 (patch)
treeb85f2848a2aa5054e0872fbf5b7e59a39f08039e /share/mk/bsd.lib.mk
parenta6bfadf12b2d6c19528a27e8f907b021ffaaa8ed (diff)
downloadFreeBSD-src-9c57d97f8c3abddd0864739b1332b986ba92b473.zip
FreeBSD-src-9c57d97f8c3abddd0864739b1332b986ba92b473.tar.gz
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.
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r--share/mk/bsd.lib.mk6
1 files changed, 3 insertions, 3 deletions
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)
OpenPOWER on IntegriCloud