diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-05 17:07:05 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-05 17:07:05 +0000 |
commit | 761f4555ccfc0a56a90a1e5006abb63c0c6bde84 (patch) | |
tree | 8c31fb37405af505622828f72d9950fd2b0557fa /gdb/configure.tgt | |
parent | d7309e48b657e5f6460549e6e425fe14d602432c (diff) | |
download | gdb-761f4555ccfc0a56a90a1e5006abb63c0c6bde84.zip gdb-761f4555ccfc0a56a90a1e5006abb63c0c6bde84.tar.gz gdb-761f4555ccfc0a56a90a1e5006abb63c0c6bde84.tar.bz2 |
* configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
* config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 178bad7..5542af0 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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 ;; |