diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-25 01:50:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-25 01:50:50 +0000 |
commit | ed952ac51281cbe9ec9ea1aec12e99b779a79540 (patch) | |
tree | aeac2249085de426f76da06a93acc5e9255ec94e /gdb/TODO | |
parent | 0aaf65d72f1fbfb99b02d8d5e6d9a43fcc2cf9f7 (diff) | |
download | gdb-ed952ac51281cbe9ec9ea1aec12e99b779a79540.zip gdb-ed952ac51281cbe9ec9ea1aec12e99b779a79540.tar.gz gdb-ed952ac51281cbe9ec9ea1aec12e99b779a79540.tar.bz2 |
Have TUI use the same configury mechanism as MI.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -303,15 +303,6 @@ Nuke USG define. -- -Eliminate gdb/tui/Makefile.in. -Cleanup configury support for optional sub-directories. - -Check how GCC handles multiple front ends for an example of how things -could work. A tentative first step is to rationalize things so that -all sub directories are handled in a fashion similar to gdb/mi. - --- - [PATCH/5] src/intl/Makefile.in:distclean additions http://sourceware.cygnus.com/ml/gdb-patches/2000-04/msg00363.html @@ -633,6 +624,18 @@ Convert ALL architectures to MULTI-ARCH. Convert GDB build process to AUTOMAKE. +See also sub-directory configure below. + +-- + +Cleanup configury support for optional sub-directories. + +Check how GCC handles multiple front ends for an example of how things +could work. A tentative first step is to rationalize things so that +all sub directories are handled in a fashion similar to gdb/mi. + +See also automake above. + -- Restructure gdb directory tree so that it avoids any 8.3 and 14 |