From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24573 invoked by alias); 25 Oct 2006 07:18:21 -0000 Received: (qmail 24548 invoked by uid 22791); 25 Oct 2006 07:18:20 -0000 X-Spam-Check-By: sourceware.org Received: from omta05ps.mx.bigpond.com (HELO omta05ps.mx.bigpond.com) (144.140.83.195) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Oct 2006 07:18:08 +0000 Received: from bubble.grove.modra.org ([60.226.236.165]) by omta05ps.mx.bigpond.com with ESMTP id <20061025071804.COIP22583.omta05ps.mx.bigpond.com@bubble.grove.modra.org>; Wed, 25 Oct 2006 07:18:04 +0000 Received: by bubble.grove.modra.org (Postfix, from userid 500) id 868E82B4EFB; Wed, 25 Oct 2006 16:49:03 +0930 (CST) Date: Wed, 25 Oct 2006 07:18:00 -0000 From: Alan Modra To: binutils@sourceware.org Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: New port to Cell SPU Message-ID: <20061025071903.GJ26170@bubble.grove.modra.org> Mail-Followup-To: binutils@sourceware.org, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org References: <20061025064645.GI26170@bubble.grove.modra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061025064645.GI26170@bubble.grove.modra.org> User-Agent: Mutt/1.5.9i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00274.txt.bz2 On Wed, Oct 25, 2006 at 04:16:45PM +0930, Alan Modra wrote: > This implements binutils support for the Sony/Toshiba/IBM Synergistic > Processor Unit. One feature of this port is a built-in linker overlay [snip] This fixes a make -j problem with this port. The newly built assembler is used to assemble the overlay manager code, so we need to ensure that the assembler is in fact built before attempting to use it. OK to apply to gcc and src repositories? * configure.in (serialization_dependencies): Make all-ld depend on all-gas for spu target in maintainer mode. * configure: Regenerate. Index: configure.in =================================================================== RCS file: /cvs/src/src/configure.in,v retrieving revision 1.318 diff -u -p -r1.318 configure.in --- configure.in 27 Sep 2006 16:20:49 -0000 1.318 +++ configure.in 25 Oct 2006 01:14:11 -0000 @@ -1957,6 +1957,11 @@ for item in ${target_configdirs} ; do esac olditem=${item} done +# spu ld makefile invokes as-new in maintainer mode. +test "x${enable_maintainer_mode}" = xyes && +case ${target} in + spu*) echo "all-ld: all-gas" >> serdep.tmp ;; +esac serialization_dependencies=serdep.tmp AC_SUBST_FILE(serialization_dependencies) -- Alan Modra IBM OzLabs - Linux Technology Centre