diff options
author | DJ Delorie <dj@delorie.com> | 2003-12-22 00:59:55 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-12-22 00:59:55 +0000 |
commit | 758cdad8f68047cf76f63158db5ee10a469f51c9 (patch) | |
tree | 64432dc88036ea5413181f53d7637fff5f83114a /configure.in | |
parent | 7648e130e2d5b2a4e15c34fd256bdab912449402 (diff) | |
download | gdb-758cdad8f68047cf76f63158db5ee10a469f51c9.tar.gz |
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
* configure: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 539a7f9f09b..256748764fb 100644 --- a/configure.in +++ b/configure.in @@ -369,6 +369,9 @@ case "${target}" in *) ;; esac ;; + *-*-uclinux*) + noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}" + ;; *-*-vxworks*) noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj}" ;; |