From owner-freebsd-current Mon Mar 12 15:37: 9 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id BB26D37B71F; Mon, 12 Mar 2001 15:37:05 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA28995; Tue, 13 Mar 2001 10:36:57 +1100 Date: Tue, 13 Mar 2001 10:36:43 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Kris Kennaway Cc: Maxim Sobolev , Mario Sergio Fujikawa Ferreira , freebsd-current@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: make.conf lack of CPUTYPE=k6-3 support In-Reply-To: <20010312145129.A93848@mollari.cthul.hu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 12 Mar 2001, Kris Kennaway wrote: > On Tue, Mar 13, 2001 at 05:32:36AM +1100, Bruce Evans wrote: > > OTOH, bsd.cpu.mk is too under-engineered to support any compiler except > > gcc. It unconditionally translates FreeBSD-specific names like k6-2 to > > gcc-specific flags like -march=k6. > > I'm not sure what can be done about that -- is there a way for make(1) > to know it's being used with a gcc compiler so we can .ifdef the whole > lot? Not really, but it should use that same way that it should use to configure -pipe, etc. :-) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message