From owner-freebsd-current@FreeBSD.ORG Thu Jun 30 09:24:22 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5FE9106566B for ; Thu, 30 Jun 2011 09:24:22 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 32C9E8FC1E for ; Thu, 30 Jun 2011 09:24:21 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=3OyxrDLVq9sri6DuQhVzJBEiMCfYdL5zDZJFh5fE9Ak= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=WQU8e4WWZSUA:10 a=kj9zAlcOel0A:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=uW40wIcy7NoaaMJ7YNYA:9 a=fgOpgn9iLWncQRrZiasA:7 a=CjuIK1q_8ugA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 147062368 for freebsd-current@freebsd.org; Thu, 30 Jun 2011 11:24:19 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Thu, 30 Jun 2011 11:22:36 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201106301122.36155.hselasky@c2i.net> Subject: Crossbuild failure on 8-stable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 09:24:22 -0000 Hi, Trying to cross build ARM fails in the following way on 8-stable: 8.2-STABLE FreeBSD 8.2-STABLE #1: Wed Jun 29 13:09:23 UTC 2011 make toolchain TARGET=arm Is this perhaps also an issue in 9-current? Any clues? cc -O -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -msoft-float - D_STANDALONE -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY - I/usr/src/lib/libstand/../libz -std=gnu99 -c /usr/src/lib/libstand/../libc/net/ntoh.c {standard input}: Assembler messages: {standard input}:27: Error: bad instruction `bswap r0' {standard input}:53: Error: bad instruction `bswap r0' --HPS