* Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
This commit is contained in:
parent
935e887746
commit
f6fbcbf926
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-02-14 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
* Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
|
||||
|
||||
2008-02-13 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
Add script to build and test GDB using enable-targets=all.
|
||||
|
|
|
@ -479,7 +479,7 @@ ALL_TARGET_OBS = \
|
|||
v850-tdep.o \
|
||||
vaxnbsd-tdep.o vaxobsd-tdep.o vax-tdep.o \
|
||||
xstormy16-tdep.o \
|
||||
xtensa-config.o xtensa-tdep.o xtensa-linux-nat.o xtensa-linux-tdep.o \
|
||||
xtensa-config.o xtensa-tdep.o xtensa-linux-tdep.o \
|
||||
glibc-tdep.o \
|
||||
bsd-uthread.o \
|
||||
nbsd-tdep.o obsd-tdep.o \
|
||||
|
|
Loading…
Reference in a new issue