From owner-cvs-all Fri Dec 15 11:49:32 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 15 11:49:30 2000 Return-Path: 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 281B037B400; Fri, 15 Dec 2000 11:49:29 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBFJnTn47263; Fri, 15 Dec 2000 11:49:29 -0800 (PST) (envelope-from obrien) Message-Id: <200012151949.eBFJnTn47263@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 15 Dec 2000 11:49:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/15 11:49:28 PST Modified files: gnu/usr.bin Makefile Log: Only build the a.out `as' and `ld' if "WANT_AOUT" is defined. Looking in src/Makfile* it looks like all the "WANT_AOUT" support has been removed, maybe these should just go away... Note that the a.out `ld' reaches over into src/contrib/gcc for libiberty bits. This is biting us because the libiberty bits have evolved beyond what the a.out `ld' can handle. This change fixes the broken world, but only because very few have "WANT_AOUT" defined. Revision Changes Path 1.52 +3 -1 src/gnu/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message