diff options
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 3ef4748..f4eec81 100644 --- a/configure.in +++ b/configure.in @@ -343,6 +343,9 @@ case "${target}" in *-*-netware) noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib xiberty" ;; + a29k-*-vxworks5.1) + noconfigdirs="$noconfigdirs newlib" + ;; alpha-dec-osf*) # ld works, but does not support shared libraries. emacs doesn't # work. newlib is not 64 bit ready. I'm not sure about emacs19, |