From owner-cvs-all Mon Dec 17 19:17: 9 2001 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 BAD2037B417; Mon, 17 Dec 2001 19:17:06 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBI3H6r98590; Mon, 17 Dec 2001 19:17:06 -0800 (PST) (envelope-from obrien) Message-Id: <200112180317.fBI3H6r98590@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Dec 2001 19:17:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile X-FreeBSD-CVS-Branch: WIP_GCC30 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 obrien 2001/12/17 19:17:06 PST Modified files: (Branch: WIP_GCC30) gnu/usr.bin/cc/cc_tools Makefile Log: Changes in order to compile GCC 3.0.2. Really irritating changes are the "forced" layering of malloc + friends in order to use the GNU versions. Sorry, we have a *very* fine malloc, and we will use it. Period. Even more irritating is that the GNU people now want to replace ctype also!! So we partially dike it out here. Revision Changes Path 1.52.2.1 +78 -41 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message