From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 14 17:11:56 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C9437B401; Sat, 14 Jun 2003 17:11:56 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5740743F75; Sat, 14 Jun 2003 17:11:55 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1890266D6A; Sat, 14 Jun 2003 17:11:55 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 0EE21B7A; Sat, 14 Jun 2003 17:11:55 -0700 (PDT) Date: Sat, 14 Jun 2003 17:11:55 -0700 From: Kris Kennaway To: Norikatsu Shigemura Message-ID: <20030615001154.GA1373@rot13.obsecurity.org> References: <200306142005.h5EK5s1I017984@nd250009.gab.xdsl.ne.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <200306142005.h5EK5s1I017984@nd250009.gab.xdsl.ne.jp> User-Agent: Mutt/1.4.1i cc: freebsd-hackers@freebsd.org Subject: Re: [SUGGEST] CPUTYPE reflects to FFLAGS in bsd.cpu.mk X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 00:11:56 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 15, 2003 at 05:05:54AM +0900, Norikatsu Shigemura wrote: > When I checked octave port, I noticed that FORTRAN source was > compiled without reflecting CPUTYPE. I think this should be > changed behavior. If no problem, please commit this. >=20 > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -= - - - > Index: bsd.cpu.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/src/share/mk/bsd.cpu.mk,v > retrieving revision 1.28 > diff -u -r1.28 bsd.cpu.mk > --- bsd.cpu.mk 22 May 2003 16:56:46 -0000 1.28 > +++ bsd.cpu.mk 14 Jun 2003 19:52:28 -0000 > @@ -147,4 +147,5 @@ > =20 > .if !defined(NO_CPU_CFLAGS) > CFLAGS +=3D ${_CPUCFLAGS} > +FFLAGS +=3D ${_CPUCFLAGS} > .endif The better place to do this would be in sys.mk. See how CXXFLAGS is handle= d there. Kris --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+67nKWry0BWjoQKURArYoAKCbwpwDQuGpkHwdtwmplSAXeNFAZgCgmQQI MZCDw09z2f5w/AvxpSxzL30= =4ZUQ -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi--