From owner-freebsd-mips@FreeBSD.ORG Sun Nov 2 22:22:56 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9976E26 for ; Sun, 2 Nov 2014 22:22:56 +0000 (UTC) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (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 7B779D22 for ; Sun, 2 Nov 2014 22:22:56 +0000 (UTC) Received: from torb.pix.net (torb.pix.net [IPv6:2001:470:e254:10:12dd:b1ff:febf:eca9]) (authenticated bits=0) by hydra.pix.net (8.14.9/8.14.9) with ESMTP id sA2MMsr4022776; Sun, 2 Nov 2014 17:22:55 -0500 (EST) (envelope-from lidl@pix.net) Message-ID: <5456AEBE.90201@pix.net> Date: Sun, 02 Nov 2014 17:22:54 -0500 From: Kurt Lidl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-mips@freebsd.org Subject: strip corrupting static libraries on MIPS64 (ERL) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2014 22:22:56 -0000 I know there's an issue with the 'strip' command destroying static library files on the mips64 architecture. (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191587) It appears, based on what's on my ERL (EdgeRouter Lite), that the 'strip' binary there is from binutils. Has anybody tried compiling and using the 'elftoolchain' version of strip for this machine? -Kurt