Date: Fri, 15 Dec 2000 11:49:28 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin Makefile Message-ID: <200012151949.eBFJnTn47263@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012151949.eBFJnTn47263>