* [PATCH] Add or1k target to --enable-targets=all
@ 2018-05-29 15:55 Simon Marchi
2018-05-30 13:57 ` Stafford Horne
0 siblings, 1 reply; 3+ messages in thread
From: Simon Marchi @ 2018-05-29 15:55 UTC (permalink / raw)
To: gdb-patches; +Cc: Stafford Horne, Simon Marchi
The or1k-tdep.o object is missing from the ALL_TARGET_OBS, which means
it's not currently included in an --enable-targets=all build.
gdb/ChangeLog:
* Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
---
gdb/Makefile.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 5b650c6..627944f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -749,6 +749,7 @@ ALL_TARGET_OBS = \
nios2-tdep.o \
nto-tdep.o \
obsd-tdep.o \
+ or1k-tdep.o \
ppc-fbsd-tdep.o \
ppc-linux-tdep.o \
ppc-nbsd-tdep.o \
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add or1k target to --enable-targets=all
2018-05-29 15:55 [PATCH] Add or1k target to --enable-targets=all Simon Marchi
@ 2018-05-30 13:57 ` Stafford Horne
2018-05-30 18:40 ` Simon Marchi
0 siblings, 1 reply; 3+ messages in thread
From: Stafford Horne @ 2018-05-30 13:57 UTC (permalink / raw)
To: Simon Marchi; +Cc: GDB patches
This looks good to me.
Sorry for HTML mail I'm on the phone. FYI i have been working on an
openrisc gcc port rewrite to get around a copyright issue in the old port.
I hope it will finally be upstream soon.
-stafford
On Wed, May 30, 2018, 12:16 AM Simon Marchi <simon.marchi@ericsson.com>
wrote:
> The or1k-tdep.o object is missing from the ALL_TARGET_OBS, which means
> it's not currently included in an --enable-targets=all build.
>
> gdb/ChangeLog:
>
> * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
> ---
> gdb/Makefile.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gdb/Makefile.in b/gdb/Makefile.in
> index 5b650c6..627944f 100644
> --- a/gdb/Makefile.in
> +++ b/gdb/Makefile.in
> @@ -749,6 +749,7 @@ ALL_TARGET_OBS = \
> nios2-tdep.o \
> nto-tdep.o \
> obsd-tdep.o \
> + or1k-tdep.o \
> ppc-fbsd-tdep.o \
> ppc-linux-tdep.o \
> ppc-nbsd-tdep.o \
> --
> 2.7.4
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add or1k target to --enable-targets=all
2018-05-30 13:57 ` Stafford Horne
@ 2018-05-30 18:40 ` Simon Marchi
0 siblings, 0 replies; 3+ messages in thread
From: Simon Marchi @ 2018-05-30 18:40 UTC (permalink / raw)
To: Stafford Horne; +Cc: Simon Marchi, GDB patches
On 2018-05-29 20:29, Stafford Horne wrote:
> This looks good to me.
>
> Sorry for HTML mail I'm on the phone. FYI i have been working on an
> openrisc gcc port rewrite to get around a copyright issue in the old
> port.
> I hope it will finally be upstream soon.
Thanks, pushed!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-05-30 16:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29 15:55 [PATCH] Add or1k target to --enable-targets=all Simon Marchi
2018-05-30 13:57 ` Stafford Horne
2018-05-30 18:40 ` Simon Marchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox