From: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
To: "Naveen H. S" <Naveen.S@kpitcummins.com>
Cc: Paolo Bonzini <bonzini@gnu.org>, Nick Clifton <nickc@redhat.com>,
"binutils@sourceware.org" <binutils@sourceware.org>,
"gdb@sourceware.org" <gdb@sourceware.org>,
"gcc@gnu.org" <gcc@gnu.org>, DJ Delorie <dj@redhat.com>,
gcc-patches@gcc.gnu.org
Subject: Re: toplevel *again* out of sync
Date: Thu, 07 Oct 2010 19:27:00 -0000 [thread overview]
Message-ID: <20101007192655.GG4690@gmx.de> (raw)
In-Reply-To: <371569CBCFB2E745B891DBB88B2DFDDD19E5ED84CB@KCINPUNHJCMS01.kpit.com>
* Naveen H. S wrote on Mon, Oct 04, 2010 at 10:44:40AM CEST:
> >> Nick, Naveen, the diff between the GCC and the src commits is this;
> >> which variant is correct?
> >> - noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
> >> + noconfigdirs="$noconfigdirs ${libgcj}"
>
> The following variant in src is the correct version:-
> + noconfigdirs="$noconfigdirs ${libgcj}"
>
> The GCC commit should be modified as per the src commit.
> Sorry, hunk of GCC was my mistake in the modified patch.
>
> >> Please fix the wrong side, and fix src/ChangeLog. Thanks.
>
> Sorry, I don't have the permissions to commit these changes.
I've committed the first patch below to GCC now, and added the ChangeLog
entry below that to src/ChangeLog now.
Cheers,
Ralf
Fixup botched sync of toplevel configure from src.
/:
Sync from src:
* configure.ac (v850 support): Remove target-libgloss from
noconfigdirs.
* configure: Regenerate.
diff --git a/configure.ac b/configure.ac
index 5f80aa9..6af4be1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -968,7 +968,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
;;
v850*-*-*)
- noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
+ noconfigdirs="$noconfigdirs ${libgcj}"
;;
vax-*-vms)
noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
Add missing ChangeLog entry for toplevel configure from 2010-07-26.
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ChangeLog,v
retrieving revision 1.932
diff -u -r1.932 ChangeLog
--- ChangeLog 2 Oct 2010 14:54:05 -0000 1.932
+++ ChangeLog 7 Oct 2010 19:24:50 -0000
@@ -51,6 +51,11 @@
* configure.ac: Fix unportable shell quoting.
* configure: Regenerate.
+2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
+
+ * configure.ac: Support all v850 targets.
+ * configure: Regenerate.
+
2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/44862
prev parent reply other threads:[~2010-10-07 19:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-02 8:47 Paolo Bonzini
2010-10-02 9:18 ` Ralf Wildenhues
2010-10-02 12:40 ` Ralf Wildenhues
2010-10-02 14:03 ` Paolo Bonzini
2010-10-03 7:59 ` DJ Delorie
2010-10-04 8:44 ` Naveen H. S
2010-10-07 19:27 ` Ralf Wildenhues [this message]
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=20101007192655.GG4690@gmx.de \
--to=ralf.wildenhues@gmx.de \
--cc=Naveen.S@kpitcummins.com \
--cc=binutils@sourceware.org \
--cc=bonzini@gnu.org \
--cc=dj@redhat.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gcc@gnu.org \
--cc=gdb@sourceware.org \
--cc=nickc@redhat.com \
/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