Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2001 14:06:48 +0600 (NOVT)
From:      nnd@mail.nsk.ru
To:        current@freebsd.org
Subject:   Re: cvs commit: src/share/mk sys.mk
Message-ID:  <200102200806.f1K86m800310@wint.itfs.nsk.su>
In-Reply-To: <20010219235348.A77584@mollari.cthul.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
 
Kris Kennaway <kris@obsecurity.org> wrote:
> 
> On Tue, Feb 20, 2001 at 10:02:57AM +0600, nnd@mail.nsk.ru wrote:
>> 
>> Kris Kennaway <kris@freebsd.org> wrote:
>> > 
>> >  Modified files:
>> >    share/mk             sys.mk 
>> >  Log:
>> >  Remove bogus setting of MACHINE_CPU here.  There is no need for it.
>> 
>>       But there MUST be at least one setting for
>> MACHINE_CPU for 'make buildworld' to succeed before new 'make'
>> with this variable is in place.
> 
> No, MACHINE_CPU is optional. If you don't have it set, you get the
> vanilla C code. So if you don't have it set at all, you'll get C code
> in OpenSSL as it's always been, then the next time you are using the
> updated make(1) and it will set it to i386, which will get you the
> i386 asm code.
> 
> Or you can just set MACHINE_CPU immediately and it will build asm code
> on the first pass.

	MACHINE_CPU variable MUST be DEFINED for current
'Makefile' in the 'usr/src/secure/libcrypto' be parsed by the 'make'
without internall definition of that variable. (It stops at the first
"${MACHINE_CPU:Mi686}" construct in the line 62).

	N.Dudorov 

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




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