diff options
author | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-21 05:11:42 +0000 |
---|---|---|
committer | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-21 05:11:42 +0000 |
commit | 688429c47782648489127680cd19c31d2261db4d (patch) | |
tree | 5c85d0c14d638441ca9c53232c79940d1eee636f /configure.in | |
parent | 29737c46078acce3986732d05adbca12706e48e2 (diff) | |
download | gcc-688429c47782648489127680cd19c31d2261db4d.tar.gz |
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74900 138bc75d-0d04-0410-961f-82ee72b054a4
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}" ;; |