From owner-cvs-lib Mon May 5 17:50:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA02432 for cvs-lib-outgoing; Mon, 5 May 1997 17:50:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA02395; Mon, 5 May 1997 17:50:20 -0700 (PDT) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA18297; Mon, 5 May 1997 17:49:41 -0700 (PDT) Date: Mon, 5 May 1997 17:49:41 -0700 (PDT) Message-Id: <199705060049.RAA18297@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libg++ Makefile src/lib/libc_r/uthread Makefile.inc src/gnu/lib/libstdc++ Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/05/05 17:49:40 Modified: gnu/lib/libg++ Makefile gnu/lib/libstdc++ Makefile lib/libc_r/uthread Makefile.inc Log: Bye bye CPLUSPLUSLIB hack! It's not needed any more. Don't merge this into -2.2 unless you understand the dependencies on c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it. Revision Changes Path 1.19 +1 -2 src/gnu/lib/libg++/Makefile 1.6 +1 -2 src/gnu/lib/libstdc++/Makefile 1.9 +1 -3 src/lib/libc_r/uthread/Makefile.inc