|
|
|
@ -633,6 +633,10 @@ case "${target}" in |
|
|
|
# Skip some stuff that's unsupported on some NetBSD configurations. |
|
|
|
case "${target}" in |
|
|
|
i*86-*-netbsdelf*) ;; |
|
|
|
vax-*-netbsd*) |
|
|
|
# gas is not yet supported on vax-netbsd. |
|
|
|
noconfigdirs="gas $noconfigdirs ${libgcj}" |
|
|
|
;; |
|
|
|
*) |
|
|
|
noconfigdirs="$noconfigdirs ${libgcj}" |
|
|
|
;; |
|
|
|
|