diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-06-29 13:10:39 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-06-29 13:10:39 +0000 |
commit | 6d10c194d78d93aa7f648c440c51c251db985feb (patch) | |
tree | 51fd74485bc26e5ea37e24806b34c999dac4222c /gdb/configure.tgt | |
parent | 2709f5702f7c50b89b3212b2e9ec2d96c1a8f4c2 (diff) | |
download | binutils-6d10c194d78d93aa7f648c440c51c251db985feb.zip binutils-6d10c194d78d93aa7f648c440c51c251db985feb.tar.gz binutils-6d10c194d78d93aa7f648c440c51c251db985feb.tar.bz2 |
* Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o.
(ALL_TARGET_OBS): Add moxie-tdep.o, i386-darwin-tdep.o, and
solib-darwin.o.
* configure.tgt: Add comment.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 59aa62b..b704842 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -7,6 +7,10 @@ # gdb_osabi default OS ABI to use with target # build_gdbserver set to "yes" if gdbserver supports target +# NOTE: Every file added to a gdb_target_obs variable for any target here +# must also be added to either ALL_TARGET_OBS or ALL_64_TARGET_OBS +# in Makefile.in! + case $targ in d10v-*-* | \ hppa*-*-hiux* | \ |