From owner-freebsd-questions@FreeBSD.ORG Fri Jun 13 22:51:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F5EF6AF for ; Fri, 13 Jun 2014 22:51:15 +0000 (UTC) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0552ED4 for ; Fri, 13 Jun 2014 22:51:14 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id s5DMpDoN043613; Fri, 13 Jun 2014 15:51:13 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <539B8061.1080104@rawbw.com> Date: Fri, 13 Jun 2014 15:51:13 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Rolf Nielsen Subject: Re: Build of FreeBSD-10 fails on 9 with unknown target CPU References: <539AC3A7.4040309@rawbw.com> <539B2041.7000202@gmail.com> <539B4064.1010108@rawbw.com> <539B4B04.904@gmail.com> <539B6570.5080209@rawbw.com> <539B7A27.9010106@gmail.com> In-Reply-To: <539B7A27.9010106@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2014 22:51:15 -0000 On 06/13/2014 15:24, Rolf Nielsen wrote: > You never answered my questions though: > Do you set some variables on the commandline as > well, that might confuse the compiler? > And by llvm build, do you mean > when building llvm or do you mean that you use llvm/clang to perform > the build? I don't set any command line variables, except NOCLEAN=YES By llvm build I mean the section of buildworld which builds llvm. One thing that is special is that I do this in chroot environment on the disk that is a bootable FreeBSD 9 root image. But this shouldn't change anything. Yuri