Date: Fri, 15 May 1998 02:30:14 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.dep.mk bsd.lib.mk bsd.libnames.mk bsd.prog.mk sys.mk Message-ID: <199805150930.CAA12391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/05/15 02:30:14 PDT
Modified files:
share/mk bsd.dep.mk bsd.lib.mk bsd.libnames.mk
bsd.prog.mk sys.mk
Log:
Support Objective C almost as well as C++.
Notes:
- We no longer use -fgnu-runtime in bsd.lib.mk, since it is the default
and bsd.lib.mk is the wrong place to override it.
- Gnu C doesn't have a special compiler driver for Objective C like it
does for C++. The defaults are suitable for Gnu C. Use `OBJCLIBS='
in /etc/make.conf for POC.
Revision Changes Path
1.23 +7 -1 src/share/mk/bsd.dep.mk
1.71 +13 -9 src/share/mk/bsd.lib.mk
1.11 +2 -1 src/share/mk/bsd.libnames.mk
1.73 +8 -2 src/share/mk/bsd.prog.mk
1.32 +8 -2 src/share/mk/sys.mk
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805150930.CAA12391>
