diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-06-29 13:10:38 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-06-29 13:10:38 +0000 |
commit | aaec6fe9f6ab06d150c3133a3137072ba0593a96 (patch) | |
tree | a732a04d20349e8b451dd733c1596ad657481989 /gdb/configure.tgt | |
parent | 20dadaa446c4b81d4b7a88cf149ef260dea0e6c4 (diff) | |
download | gdb-aaec6fe9f6ab06d150c3133a3137072ba0593a96.tar.gz |
* 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 59aa62bea8e..b704842077c 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* | \ |