diff options
author | Eric Christopher <echristo@apple.com> | 2005-07-14 00:12:07 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2005-07-14 00:12:07 +0000 |
commit | 885964ed895a34c00e96ee7c902e93acf103b5b4 (patch) | |
tree | 222919c5eb0346f1dc324491777f1463cfb38019 /configure.in | |
parent | 648ff51460c0b7f84613c06b228da9426f19e4bb (diff) | |
download | gdb-885964ed895a34c00e96ee7c902e93acf103b5b4.tar.gz |
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 0ea0fd777dd..8b9d2cb1c97 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}" ;; |