diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-27 00:23:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-27 00:23:02 +0000 |
commit | b2f4b24dd7649bc0ab581a400d0f84b866cb6c1c (patch) | |
tree | 6dfeeb2e149fb64c26f38c27d93cab6baa2df6ac /gdb/TODO | |
parent | 4261bedc92ca5c5b90e61c3ddda76702f9847fc5 (diff) | |
download | gdb-b2f4b24dd7649bc0ab581a400d0f84b866cb6c1c.zip gdb-b2f4b24dd7649bc0ab581a400d0f84b866cb6c1c.tar.gz gdb-b2f4b24dd7649bc0ab581a400d0f84b866cb6c1c.tar.bz2 |
Document IRIX->ARM cross compile problem.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -159,6 +159,19 @@ included in the follow-on release. -- +Can't build IRIX -> arm GDB. +http://sourceware.cygnus.com/ml/gdb-patches/2000-04/msg00356.html + +David Whedon writes: +> Now I'm building for an embedded arm target. If there is a way of turning +> remote-rdi off, I couldn't find it. It looks like it gets built by default +> in gdb/configure.tgt(line 58) Anyway, the build dies in +> gdb/rdi-share/unixcomm.c. SERPORT1 et. al. never get defined because we +> aren't one of the architectures supported. + + +-- + ------------------------------------------------ Code cleanups |