From: Alan Modra <amodra@bigpond.net.au>
To: binutils@sourceware.org
Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org
Subject: Re: New port to Cell SPU
Date: Wed, 25 Oct 2006 07:18:00 -0000 [thread overview]
Message-ID: <20061025071903.GJ26170@bubble.grove.modra.org> (raw)
In-Reply-To: <20061025064645.GI26170@bubble.grove.modra.org>
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
next parent reply other threads:[~2006-10-25 7:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20061025064645.GI26170@bubble.grove.modra.org>
2006-10-25 7:18 ` Alan Modra [this message]
2006-10-25 7:39 ` Paolo Bonzini
2006-10-25 23:55 ` Alan Modra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061025071903.GJ26170@bubble.grove.modra.org \
--to=amodra@bigpond.net.au \
--cc=binutils@sourceware.org \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox