From owner-freebsd-current Wed Aug 26 13:58:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16906 for freebsd-current-outgoing; Wed, 26 Aug 1998 13:58:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.6.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16889 for ; Wed, 26 Aug 1998 13:58:08 -0700 (PDT) (envelope-from tlambert@usr02.primenet.com) Received: (from daemon@localhost) by smtp04.primenet.com (8.8.8/8.8.8) id NAA16582; Wed, 26 Aug 1998 13:57:19 -0700 (MST) Received: from usr02.primenet.com(206.165.6.202) via SMTP by smtp04.primenet.com, id smtpd016510; Wed Aug 26 13:57:15 1998 Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id NAA21770; Wed, 26 Aug 1998 13:57:11 -0700 (MST) From: Terry Lambert Message-Id: <199808262057.NAA21770@usr02.primenet.com> Subject: Re: GNU Binutils? (Was: re: gcc 2.8) To: garbanzo@hooked.net (Alex) Date: Wed, 26 Aug 1998 20:57:11 +0000 (GMT) Cc: current@FreeBSD.ORG In-Reply-To: from "Alex" at Aug 25, 98 04:57:26 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Speaking of upgrading the compiler, what are the chances of upgrading the > binutils to 2.9.1 (at least for the ELF bits) in -current? I think the general consensus would be "yes, you can update "ld" and friends, if you first make them grok a.out". > Also, the building of gas from the -current sources seems to ignore CFLAGS > (and CXXFLAGS), but not CC/CXX. Should I open a pr for these and other > minor stuff like this? Don't set DESTDIR. Alternately, look at bsd.lib.mk and bsd.prog.mk, and specifically look at it with a critical eye on what it does to the include and library paths. The kludge for the includes, at least for the g++ from -ports, is: CXXINCLUDES+= -I/usr/local/lib/gcc-lib/i386-unknown-freebsd2.2.5/2.8.1/include The manifest variable agregation order is a bit different for gcc. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message