From owner-freebsd-arm@freebsd.org Thu Jan 21 22:41:28 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FB5DA8C7E4 for ; Thu, 21 Jan 2016 22:41:28 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-157.reflexion.net [208.70.211.157]) (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 54ADD178C for ; Thu, 21 Jan 2016 22:41:27 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 7562 invoked from network); 21 Jan 2016 22:41:36 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 21 Jan 2016 22:41:36 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.80.0) with SMTP; Thu, 21 Jan 2016 17:41:27 -0500 (EST) Received: (qmail 11089 invoked from network); 21 Jan 2016 22:41:27 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 21 Jan 2016 22:41:27 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.1.8] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 4BF6C1C43C1; Thu, 21 Jan 2016 14:41:20 -0800 (PST) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: make buildworld failed with error "relocation truncated to fit: R_ARM_JUMP24 against symbol `_fini'" Message-Id: <358D5606-3B91-4050-9BE4-CF3E23A253E5@dsl-only.net> Date: Thu, 21 Jan 2016 14:41:23 -0800 To: freebsd-arm , FreeBSD Toolchain , Andrew Turner Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 22:41:28 -0000 On Thu Jan 21 13:11:03 UTC 2016 Andrew Turner andrew at fubar.geek.nz = wrote" > I've disabled setting -mlong-calls on the clang libraries for now, > however I expect we will need to enable it again when clang 3.8.0 is > imported. As such I would recommend anyone wishing to run buildworld = on > arm to update before this is imported. It seems that folks that later progress from 10.x-??? (or before) to = 11.0-RELELASE at some point for arm elf-hosted buildworld activity will = face the issue without having the opportunity to build a -mlong-calls = enabled context with a smaller clang first:=20 BEAGLEBONE CUBOX-HUMMINGBOARD GUMSTIX RPI-B PANDABOARD WANDBOARD So does the "all but clang libraries" -mlong-calls use need to be MFC'd? = Even this may require updating from older 10.x's to a 10.y that has = those -mlong-calls in place before going to 11.0-RELEASE (or later). A similar point will be an issue for switching from such a 10.x (or = before) to 11.0-CURRENT once clang 3.8.0 has been imported: it may = require a middle stage of switching to a then-older 11.0-CURRENT first = (such as -r294499). =3D=3D=3D Mark Millard markmi at dsl-only.net