Date: Wed, 18 Jun 2003 01:29:20 +0900 (JST) From: Norikatsu Shigemura <nork@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: freebsd-hackers@FreeBSD.org Subject: Re: [SUGGEST] CPUTYPE reflects to FFLAGS in bsd.cpu.mk Message-ID: <200306171629.h5HGTK1I036487@nd250009.gab.xdsl.ne.jp> In-Reply-To: <20030616004350.GA34076@rot13.obsecurity.org> References: <200306142005.h5EK5s1I017984@nd250009.gab.xdsl.ne.jp> <20030615001154.GA1373@rot13.obsecurity.org> <200306151423.h5FENf1I056184@nd250009.gab.xdsl.ne.jp> <20030616004350.GA34076@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 15 Jun 2003 17:43:50 -0700
Kris Kennaway <kris@obsecurity.org> wrote:
> > Humm.. Like following diff?
> Not really what I had in mind.
> > CXXFLAGS ?= ${CFLAGS:C/-std=[a-z:0-9]+//}
> FFLAGS should be set similar to this.
Ah. OK. Like this?
Index: sys.mk
===================================================================
RCS file: /home/ncvs/src/share/mk/sys.mk,v
retrieving revision 1.67
diff -u -r1.67 sys.mk
--- sys.mk 1 Jun 2003 22:13:45 -0000 1.67
+++ sys.mk 17 Jun 2003 16:27:28 -0000
@@ -63,7 +63,7 @@
FFLAGS ?= -O 1
.else
FC ?= f77
-FFLAGS ?= -O
+FFLAGS ?= ${CFLAGS}
.endif
EFLAGS ?=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306171629.h5HGTK1I036487>
