public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Commit: OR1K: Fix typo
@ 2014-08-26  9:22 Nick Clifton
  2014-08-26 11:14 ` Joel Sherrill
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Clifton @ 2014-08-26  9:22 UTC (permalink / raw)
  To: binutils

Hi Guys,

  I am applying the patch below to fix a small typo in the pattern
  matching for the or1knd cpu in config.bfd.

Cheers
  Nick

bfd/ChangeLog
2014-08-26  Nick Clifton  <nickc@redhat.com>

	* config.bfd: Fix typo in or1knd selection.

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 3272076..4468e4a 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -1177,7 +1177,7 @@ case "${targ}" in
     targ_defvec=or1k_elf32_vec
     ;;
 
-  or1knd-*-elf | or1knd-*-linux* | or1k-*-rtems*)
+  or1knd-*-elf | or1knd-*-linux* | or1knd-*-rtems*)
     targ_defvec=or1k_elf32_vec
     ;;
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Commit: OR1K: Fix typo
  2014-08-26  9:22 Commit: OR1K: Fix typo Nick Clifton
@ 2014-08-26 11:14 ` Joel Sherrill
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Sherrill @ 2014-08-26 11:14 UTC (permalink / raw)
  To: Nick Clifton, binutils

Thanks. Good catch.

I wonder if ork1lnd could just be a multilib variant but that isn't what the or1k folks implemented so far.

--joel

On August 26, 2014 4:22:21 AM CDT, Nick Clifton <nickc@redhat.com> wrote:
>Hi Guys,
>
>  I am applying the patch below to fix a small typo in the pattern
>  matching for the or1knd cpu in config.bfd.
>
>Cheers
>  Nick
>
>bfd/ChangeLog
>2014-08-26  Nick Clifton  <nickc@redhat.com>
>
>	* config.bfd: Fix typo in or1knd selection.
>
>diff --git a/bfd/config.bfd b/bfd/config.bfd
>index 3272076..4468e4a 100644
>--- a/bfd/config.bfd
>+++ b/bfd/config.bfd
>@@ -1177,7 +1177,7 @@ case "${targ}" in
>     targ_defvec=or1k_elf32_vec
>     ;;
> 
>-  or1knd-*-elf | or1knd-*-linux* | or1k-*-rtems*)
>+  or1knd-*-elf | or1knd-*-linux* | or1knd-*-rtems*)
>     targ_defvec=or1k_elf32_vec
>     ;;
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-26 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-26  9:22 Commit: OR1K: Fix typo Nick Clifton
2014-08-26 11:14 ` Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).