Date: Sat, 14 Jun 2003 17:11:55 -0700 From: Kris Kennaway <kris@obsecurity.org> To: Norikatsu Shigemura <nork@freebsd.org> Cc: freebsd-hackers@freebsd.org Subject: Re: [SUGGEST] CPUTYPE reflects to FFLAGS in bsd.cpu.mk Message-ID: <20030615001154.GA1373@rot13.obsecurity.org> In-Reply-To: <200306142005.h5EK5s1I017984@nd250009.gab.xdsl.ne.jp> References: <200306142005.h5EK5s1I017984@nd250009.gab.xdsl.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030615001154.GA1373>
