* configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.

* config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
This commit is contained in:
Ulrich Weigand
2012-01-05 17:07:05 +00:00
parent d7309e48b6
commit 761f4555cc
3 changed files with 7 additions and 2 deletions

View File

@ -428,7 +428,7 @@ powerpc*-*-*)
s390*-*-*)
# Target: S390 running Linux
gdb_target_obs="s390-tdep.o solib-svr4.o linux-tdep.o"
gdb_target_obs="s390-tdep.o solib-svr4.o corelow.o linux-tdep.o"
build_gdbserver=yes
;;