This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] or1k: GDB not supported for or1k*-*-rtems*


On Mon, Jul 28, 2014 at 08:52:17AM -0400, Joel Sherrill wrote:
> I admit to editing the configure file by hand but I can't visually see the difference on a phone. Is there a white space difference?

No, the patches to configure.ac and configure differ in location.

> On July 28, 2014 8:42:56 AM EDT, Alan Modra <amodra@gmail.com> wrote:
> >On Sun, Jul 27, 2014 at 06:53:33PM +0200, Christian Svensson wrote:
> >> From: Joel Sherrill <joel.sherrill@oarcorp.com>
> >> 
> >> 	* configure.ac (or1k*-*-rtems*): gdb not supported.  The ordering
> >> 	of the stanzas results in this not being caught by or1k*-*-* later.
> >> 	* configure. Regenerated.
> >
> >Something went wrong here.  When I regen the file, I see:
> >
> >diff --git a/configure b/configure
> >index 26c9886..9fc1c88 100755
> >--- a/configure
> >+++ b/configure
> >@@ -3369,10 +3369,6 @@ case "${target}" in
> >     ;;
> >   *-*-rtems*)
> >     noconfigdirs="$noconfigdirs ${libgcj}"
> >-    # this is not caught below because this stanza matches earlier
> >-    case $target in
> >-      or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
> >-    esac
> >     ;;
> >   *-*-tpf*)
> >     noconfigdirs="$noconfigdirs ${libgcj}"
> >@@ -3607,6 +3603,10 @@ case "${target}" in
> >     ;;
> >   *-*-rtems*)
> >     noconfigdirs="$noconfigdirs target-libgloss"
> >+    # this is not caught below because this stanza matches earlier
> >+    case $target in
> >+      or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
> >+    esac
> >     ;;
> >     # The tpf target doesn't support gdb yet.
> >   *-*-tpf*)

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]