Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 05:05:54 +0900 (JST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        freebsd-hackers@FreeBSD.org
Subject:   [SUGGEST] CPUTYPE reflects to FFLAGS in bsd.cpu.mk
Message-ID:  <200306142005.h5EK5s1I017984@nd250009.gab.xdsl.ne.jp>

next in thread | raw e-mail | index | archive | help
	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.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Index: bsd.cpu.mk
===================================================================
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 @@
 
 .if !defined(NO_CPU_CFLAGS)
 CFLAGS += ${_CPUCFLAGS}
+FFLAGS += ${_CPUCFLAGS}
 .endif
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306142005.h5EK5s1I017984>