Add or1k target to --enable-targets=all
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 30 May 2018 16:04:35 +0000 (12:04 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 30 May 2018 16:04:35 +0000 (12:04 -0400)
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/ChangeLog
gdb/Makefile.in

index c38ff5b14a46ae603fa0f00daa34850731d62b38..634207bdbfbca8eb54e68d9a26123ae630d99607 100644 (file)
@@ -1,3 +1,7 @@
+2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
+
 2018-05-30  Pedro Alves  <palves@redhat.com>
 
        * common/common-exceptions.h (exception_rethrow): Use
index 5b650c6643588c538dd4fa8d9a9cbc1416f04226..627944f9c41f44059897c7e9e1be6431d62c80e4 100644 (file)
@@ -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 \
This page took 0.033064 seconds and 4 git commands to generate.