mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
Add or1k target to --enable-targets=all
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.
This commit is contained in:
parent
421acf1873
commit
fdbe37e35f
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user