From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18:30:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 989521065672 for ; Wed, 6 Jul 2011 18:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D04D8FC15 for ; Wed, 6 Jul 2011 18:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66IUHvA073820 for ; Wed, 6 Jul 2011 18:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66IUHHg073811; Wed, 6 Jul 2011 18:30:17 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 18:30:17 GMT Resent-Message-Id: <201107061830.p66IUHHg073811@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD664106566C for ; Wed, 6 Jul 2011 18:22:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9DAF88FC12 for ; Wed, 6 Jul 2011 18:22:47 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p66IMlVw041003 for ; Wed, 6 Jul 2011 18:22:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66IMlHt041002; Wed, 6 Jul 2011 18:22:47 GMT (envelope-from nobody) Message-Id: <201107061822.p66IMlHt041002@red.freebsd.org> Date: Wed, 6 Jul 2011 18:22:47 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158692: devel/cross-gcc: minor patch to enable arm-none-eabi slave port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 18:30:17 -0000 >Number: 158692 >Category: ports >Synopsis: devel/cross-gcc: minor patch to enable arm-none-eabi slave port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 18:30:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 8.2-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD sculpin.jbacon.dyndns.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The arm-none-eabi toolchain is needed to build code for some ARM Cortex controllers. This patch will enable a slave port (devel/arm-none-eabi-gcc) similar to devel/arm-rtems-gcc. >How-To-Repeat: Modify arm-rtems-gcc port to use arm-none-eabi. The build fails while attempting to compile libiberty for ARM. >Fix: Patch attached. Patch attached with submission follows: 1,3c1,12 < --- configure.orig 2009-04-07 18:00:41.000000000 +0400 < +++ configure 2009-04-07 18:06:28.000000000 +0400 < @@ -5758,7 +5758,7 @@ --- > --- configure.orig 2011-05-30 11:17:52.000000000 -0500 > +++ configure 2011-05-30 11:18:48.000000000 -0500 > @@ -3290,7 +3290,7 @@ > *-*-netware*) > noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap" > ;; > - *-*-rtems*) > + *-*-rtems*|arm-none-eabi) > skipdirs="$skipdirs target-libiberty" > noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" > ;; > @@ -7905,7 +7905,7 @@ 12c21 < @@ -5808,7 +5808,7 @@ --- > @@ -7955,7 +7955,7 @@ 21c30 < @@ -5893,7 +5893,7 @@ --- > @@ -8048,7 +8048,7 @@ >Release-Note: >Audit-Trail: >Unformatted: