From gjohnson@srrc.ars.usda.gov  Thu Sep  6 09:07:15 2001
Return-Path: <gjohnson@srrc.ars.usda.gov>
Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40])
	by hub.freebsd.org (Postfix) with ESMTP id 55C4B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Sep 2001 09:07:14 -0700 (PDT)
Received: from node7.cluster.srrc.usda.gov (node7.cluster.srrc.usda.gov [192.168.1.7])
	by symbion.srrc.usda.gov (8.11.6/8.11.6) with ESMTP id f86G7D707668
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 6 Sep 2001 11:07:13 -0500 (CDT)
	(envelope-from gjohnson@srrc.ars.usda.gov)
Received: (from glenn@localhost)
	by node7.cluster.srrc.usda.gov (8.11.6/8.11.6) id f86G7DO05259;
	Thu, 6 Sep 2001 11:07:13 -0500 (CDT)
	(envelope-from glenn)
Message-Id: <200109061607.f86G7DO05259@node7.cluster.srrc.usda.gov>
Date: Thu, 6 Sep 2001 11:07:13 -0500 (CDT)
From: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Reply-To: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Provide a useful sample FFLAGS entry in /etc/defaults/make.conf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30400
>Category:       conf
>Synopsis:       Provide a useful sample FFLAGS entry in /etc/defaults/make.conf
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 06 09:10:01 PDT 2001
>Closed-Date:    Sun Feb 23 15:34:47 PST 2003
>Last-Modified:  Sun Feb 23 15:34:47 PST 2003
>Originator:     Glenn Johnson
>Release:        FreeBSD 4.4-RC i386
>Organization:
USDA, ARS, SRRC
>Environment:
System: FreeBSD node7.cluster.srrc.usda.gov 4.4-RC FreeBSD 4.4-RC #4: Tue Sep 4 16:55:10 CDT 2001 root@node7.cluster.srrc.usda.gov:/usr/obj/usr/src/sys/CLUSTER-UP i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	Apply the enclosed patch to src/etc/defaults/make.conf

--- make.conf.orig	Thu Sep  6 10:55:33 2001
+++ make.conf	Thu Sep  6 11:05:56 2001
@@ -53,6 +53,12 @@
 #
 #CXXFLAGS+= -fmemoize-lookups -fsave-memoized
 #
+# FFLAGS controls the compiler settings used when compiling Fortran
+# code.  Note that the -O flag is set by default so flags should be
+# added with "+=" rather than "=".
+#
+#FFLAGS+= -fno-globals -Wno-globals
+#
 # BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
 # for use in developing FreeBSD and testing changes.  They can be used by
 # putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf.  -Wconversion is not
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mtm 
State-Changed-When: Sun Feb 23 15:33:40 PST 2003 
State-Changed-Why:  
Duplicate of PR conf/40548 

http://www.freebsd.org/cgi/query-pr.cgi?pr=30400 
>Unformatted:
