diff options
author | Eric Christopher <echristo@gmail.com> | 2005-07-14 00:12:07 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2005-07-14 00:12:07 +0000 |
commit | 1587117a1b629f1afb282c83746d89c1d439b8da (patch) | |
tree | 0ec0abb0a21774397c74b753290a024de36141ab /configure.in | |
parent | efa268783ba399682a6fda21c53a456e43a1f6cd (diff) | |
download | gdb-1587117a1b629f1afb282c83746d89c1d439b8da.zip gdb-1587117a1b629f1afb282c83746d89c1d439b8da.tar.gz gdb-1587117a1b629f1afb282c83746d89c1d439b8da.tar.bz2 |
2005-07-13 Eric Christopher <echristo@redhat.com>
* configure.in: Add toplevel noconfigdir support for tpf.
* configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 0ea0fd7..8b9d2cb 100644 --- a/configure.in +++ b/configure.in @@ -413,6 +413,10 @@ case "${target}" in *-*-rtems*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;; + # The tpf target doesn't support gdb yet. + *-*-tpf*) + noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl" + ;; *-*-uclinux*) noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}" ;; |