From owner-freebsd-mips@FreeBSD.ORG Fri Dec 31 15:04:31 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44384106566B for ; Fri, 31 Dec 2010 15:04:31 +0000 (UTC) (envelope-from rmh.aybabtu@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9788FC08 for ; Fri, 31 Dec 2010 15:04:30 +0000 (UTC) Received: by iwn39 with SMTP id 39so11980178iwn.13 for ; Fri, 31 Dec 2010 07:04:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=VXKcCBNUnI4iWwdBPA2X1Pou51cSG75b4CrUdiaIsD4=; b=RxzYsdr+zGoPLIP/zThCm6Vg90vZg0YRT4GzPky2cXHoaiw0Ag0IMNAIsmYfA+g92+ IdRTKxCM6JfalENiK5zfvJDLnsg+6s09ceJGJCYu+ydV+FvciBjcunScZzfImbX8FmDg dOZu9EIFBZSv+Ry4BZZ4Rlw0ATaEfPYaEV8HE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=ROo9tBVuBD5L19GHy3r+C9ubsRdFRFTGRHWPZX6GDzNqlx8ocKfSXikym/vFjI1jeT WiVQ8IueuFk1LGp8x3nbQVjcvGgo3DTNsK78VTyTSAjgVv5eOT5Rcz0gLvquFa61h0D+ c+ChZwkoaR3mWeRYZiOW6eXSvnAMKqnXo38QQ= MIME-Version: 1.0 Received: by 10.231.10.197 with SMTP id q5mr1464770ibq.197.1293807870528; Fri, 31 Dec 2010 07:04:30 -0800 (PST) Sender: rmh.aybabtu@gmail.com Received: by 10.231.5.153 with HTTP; Fri, 31 Dec 2010 07:04:30 -0800 (PST) Date: Fri, 31 Dec 2010 16:04:30 +0100 X-Google-Sender-Auth: 8H-b22AC09fRT7q4bge_z8vhhSk Message-ID: From: Robert Millan To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: mips*-freebsd support in GNU binutils X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2010 15:04:31 -0000 Hi, GNU binutils has support for mips*-kfreebsd-gnu and mips*-freebsd now. I've only tested mips*-kfreebsd-gnu, which is the cross-build environment I've setup, but I took care to ensure that my patches would also work for FreeBSD. If you want to test it, my port has been merged in latest CVS. Btw http://wiki.freebsd.org/FreeBSD/mips/todo has an item regarding this, which I'm unable to update (lack of permissions). -- Robert Millan