From owner-freebsd-current Tue Mar 2 2:59:35 1999 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 2528E14CBA for ; Tue, 2 Mar 1999 02:56:17 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id CAA27203 for current@freebsd.org; Tue, 2 Mar 1999 02:56:00 -0800 (PST) (envelope-from obrien) Date: Tue, 2 Mar 1999 02:56:00 -0800 From: "David O'Brien" To: current@freebsd.org Subject: bmake/contrib framework for egcs Message-ID: <19990302025600.F13655@relay.nuxi.com> Reply-To: obrien@NUXI.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i X-Operating-System: FreeBSD 3.1-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've put the bmake & contrib framework for EGCS at ftp://ftp.nuxi.com/pub/FreeBSD/egcs (ftp://ftp.nuxi.com/pub/FreeBSD/egcs/cvs is all you really need) This is very rough work, but should help us towards our goal. In there you will find a CVS tree under ``cvs''. This CVS tree corresponds to /usr/src in that you will find "src/gnu/usr.bin/cc", "src/gnu/lib/libstdc++", and "src/contrib/egcs". Currently everything under src/gnu/usr.bin/cc builds and installs fine. I've tested the resulting ``cc'' by building working kernels and large parts of /usr/src. I have not yet tested a ``make world''. Everything I've done is w/in the source tree building components. ``cc -elf'' works, ``cc -aout'' doesn't due at least to a path problem finding crt0.o. c++ builds, but is getting segfaults right now. I'll be looking into that. src/gnu/lib/libstdc++ almost builds with ``make CXX=eg++'' where ``eg++'' is from the EGCS port. Please remember to backup your existing: /usr/bin/cc /usr/libexec/ /usr/lib/libgcc* /usr/lib/libg++* /usr/lib/libstdc++* /usr/include/g++/ If you play with ``make world'', you will probably want to disconnect groff from the build until the c++ compiler is working properly. I'll continue to update this cvs tree, so `ncftp3' with recursive get (and only for changed files) is your friend. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message