From owner-cvs-ports Mon Feb 17 18:07:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03962 for cvs-ports-outgoing; Mon, 17 Feb 1997 18:07:03 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA03957; Mon, 17 Feb 1997 18:06:56 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id NAA20765; Tue, 18 Feb 1997 13:05:57 +1100 Date: Tue, 18 Feb 1997 13:05:57 +1100 From: Bruce Evans Message-Id: <199702180205.NAA20765@godzilla.zeta.org.au> To: bde@zeta.org.au, obrien@NUXI.com Subject: Re: cvs commit: src/contrib/gcc/config/i386 freebsd-elf.h freebsd.h Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org, peter@spinner.DIALix.COM, pst@shockwave.com Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> /etc/make.conf is actually used if /usr/bin/make is used. Putting flags >> in CC instead of in CFLAGS is more likely to work. (Do many ports detect >> /usr/bin/gcc and set CC to get it?) This doesn't help for gmake of course. > >Just about every port that uses GNU autoconf. :-( It also sets CC=cc if /usr/bin/gcc is removed :-(. Bruce