From owner-freebsd-mips@freebsd.org Wed Jul 10 17:20:31 2019 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06E2B15DD541 for ; Wed, 10 Jul 2019 17:20:31 +0000 (UTC) (envelope-from kai@redstar.de) Received: from mout9.wup.tal.de (mout9.wup.tal.de [IPv6:2a01:170::42:0:0:9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FFB2965DE; Wed, 10 Jul 2019 17:20:30 +0000 (UTC) (envelope-from kai@redstar.de) Received: from [172.16.0.20] (p57A36689.dip0.t-ipconnect.de [87.163.102.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kai.nacke@redstar.de) by smtp.tal.de (Postfix) with ESMTPSA id CBABB8035E9E; Wed, 10 Jul 2019 19:20:19 +0200 (CEST) Subject: Re: Compiling for CI20 To: Kurt Jaeger Cc: freebsd-mips@freebsd.org References: <6029890e-e574-f0f0-a238-960b8209bf28@redstar.de> <20190710171302.GC34918@home.opsec.eu> From: Kai Nacke Message-ID: <5b052572-bbd5-7498-e542-05e1c8dd0e0f@redstar.de> Date: Wed, 10 Jul 2019 19:19:55 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Thunderbird/70.0a1 MIME-Version: 1.0 In-Reply-To: <20190710171302.GC34918@home.opsec.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 9FFB2965DE X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2019 17:20:31 -0000 Thanks! On 10.07.2019 19:13, Kurt Jaeger wrote: > Hi! > >> I tried to build FreeBSD for the CI20 board. There were some compile >> errors due to undeclared symbols. The attached diff fixes the compile >> problems. > > I converted this mail to this PR 8-), see below: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239115 >