Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2012 03:11:10 -0700
From:      Edward M <eam1edward@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: buildworld problem
Message-ID:  <4FB771BE.4030909@gmail.com>
In-Reply-To: <20120518211704.3ad0afe3@gmail.com>
References:  <20120518211704.3ad0afe3@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 05/18/2012 09:17 PM, Andriy Babiy wrote:
> Makefile.inc1", line 160: CPUTYPE global should be set with ?=

     I think the problem is  the wrong  cpu type define. . I took a 
glance  at the code in the makefile.inc1 to see what would set that 
error off and i found this in the makefile.inc1
     if cpu type does not equal target_cputype then throw that error.

       .if ${_CPUTYPE} != ${_TARGET_CPUTYPE}
       .error CPUTYPE global should be set with ?=.



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