From owner-cvs-all Sat Apr 6 18:41: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 870EF37B400; Sat, 6 Apr 2002 18:40:55 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g372etI53642; Sat, 6 Apr 2002 18:40:55 -0800 (PST) (envelope-from peter) Message-Id: <200204070240.g372etI53642@freefall.freebsd.org> From: Peter Wemm Date: Sat, 6 Apr 2002 18:40:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gperf Makefile src/gnu/usr.bin/groff/src/devices/grodvi Makefile src/gnu/usr.bin/groff/src/devices/grohtml Makefile src/gnu/usr.bin/groff/src/devices/grolbp Makefile src/gnu/usr.bin/groff/src/devices/grolj4 Makefile src/gnu/usr.bin/groff/src/devices/grops Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/04/06 18:40:55 PST Modified files: gnu/usr.bin/gperf Makefile gnu/usr.bin/groff/src/devices/grodvi Makefile gnu/usr.bin/groff/src/devices/grohtml Makefile gnu/usr.bin/groff/src/devices/grolbp Makefile gnu/usr.bin/groff/src/devices/grolj4 Makefile gnu/usr.bin/groff/src/devices/grops Makefile gnu/usr.bin/groff/src/devices/grotty Makefile gnu/usr.bin/groff/src/preproc/eqn Makefile gnu/usr.bin/groff/src/preproc/grn Makefile gnu/usr.bin/groff/src/preproc/html Makefile gnu/usr.bin/groff/src/preproc/pic Makefile gnu/usr.bin/groff/src/preproc/refer Makefile gnu/usr.bin/groff/src/preproc/tbl Makefile gnu/usr.bin/groff/src/roff/groff Makefile gnu/usr.bin/groff/src/roff/troff Makefile gnu/usr.bin/groff/src/utils/addftinfo Makefile gnu/usr.bin/groff/src/utils/hpftodit Makefile gnu/usr.bin/groff/src/utils/indxbib Makefile gnu/usr.bin/groff/src/utils/lkbib Makefile gnu/usr.bin/groff/src/utils/lookbib Makefile gnu/usr.bin/groff/src/utils/tfmtodit Makefile Log: Add -lstdc++ to the link args for these C++ tools so that they can be compiled with gcc-3.1. Somebody thought it was a good idea to move the implementation of new and delete from libgcc to libstdc++. This change doesn't harm the current compiler in the tree. Revision Changes Path 1.7 +4 -1 src/gnu/usr.bin/gperf/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/devices/grodvi/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/devices/grohtml/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/devices/grolbp/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/devices/grolj4/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/devices/grops/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/devices/grotty/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/preproc/eqn/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/preproc/grn/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/preproc/html/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/preproc/pic/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/preproc/refer/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/preproc/tbl/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/roff/groff/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/roff/troff/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/utils/addftinfo/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile 1.3 +3 -3 src/gnu/usr.bin/groff/src/utils/indxbib/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/utils/lkbib/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/utils/lookbib/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message