diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-11-08 11:39:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-11-08 11:39:20 +0000 |
commit | e4f782955184d356e17544bd7670c1eaeb2f2b29 (patch) | |
tree | 5fd3d6a09fa40e7b50c8f02e0280599a10c2a4b7 /gdb/gdbserver/configure.in | |
parent | 9a951beb03d7a4a8c1b6784bd06fdecfc1b3855d (diff) | |
download | gdb-e4f782955184d356e17544bd7670c1eaeb2f2b29.zip gdb-e4f782955184d356e17544bd7670c1eaeb2f2b29.tar.gz gdb-e4f782955184d356e17544bd7670c1eaeb2f2b29.tar.bz2 |
* gdbserver/configure.in (files): Don't link nm-empty.h when a
non-native target.
* configure: Regenerate.
Diffstat (limited to 'gdb/gdbserver/configure.in')
-rw-r--r-- | gdb/gdbserver/configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbserver/configure.in b/gdb/gdbserver/configure.in index 856ae62..ebf8762 100644 --- a/gdb/gdbserver/configure.in +++ b/gdb/gdbserver/configure.in @@ -84,11 +84,6 @@ rm -f nm.h if test "${nativefile}" != ""; then files="${files} ../config/${gdb_host_cpu}/${nativefile}" links="${links} nm.h" -# temporary scaffolding until all hosts have the host/target/native -# split in place. -else - files="${files} ../config/nm-empty.h" - links="${links} nm.h" fi AC_LINK_FILES($files, $links) |