Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 23:54:19 -0600
From:      Glenn Johnson <glennpj@charter.net>
To:        stable@freebsd.org
Subject:   _CPUCFLAGS
Message-ID:  <20010327235419.A734@gforce.homelan.net>

next in thread | raw e-mail | index | archive | help
Maybe I am misunderstanding something but should the
/usr/src/sys/conf/Makefile.i386 file contain

=====
.if !defined(NO_CPU_COPTFLAGS)
COPTFLAGS+= ${_CPUCFLAGS}      <-------
.endif
=====

instead of

=====
.if !defined(NO_CPU_COPTFLAGS)
COPTFLAGS+= ${_CFLAGS}         <-------
.endif
=====

-- 
Glenn Johnson
glennpj@charter.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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