diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2006-03-23 14:05:29 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2006-03-23 14:05:29 +0000 |
commit | d311d956ed174a818691adc0de369bc662039c62 (patch) | |
tree | 047f658c2d1e2b5feb4653967d3722bc66744345 /gdb/config | |
parent | 7b81dfbbf95f148816ead93272940f565943b731 (diff) | |
download | gdb-d311d956ed174a818691adc0de369bc662039c62.zip gdb-d311d956ed174a818691adc0de369bc662039c62.tar.gz gdb-d311d956ed174a818691adc0de369bc662039c62.tar.bz2 |
* config/s390/s390.mh (NATDEPFILES): Add linux-fork.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/s390/s390.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/s390/s390.mh b/gdb/config/s390/s390.mh index b018828..d81fb77 100644 --- a/gdb/config/s390/s390.mh +++ b/gdb/config/s390/s390.mh @@ -1,5 +1,5 @@ # Host: S390, running Linux NAT_FILE= nm-linux.h NATDEPFILES= inf-ptrace.o fork-child.o corelow.o s390-nat.o \ - gcore.o linux-thread-db.o proc-service.o linux-nat.o + gcore.o linux-thread-db.o proc-service.o linux-nat.o linux-fork.o LOADLIBES = -ldl -rdynamic |