Commit dcf7f0dd by Jason Thorpe Committed by Jason Thorpe

configure.in (vax-*-netbsd*): Don't build gas for this platform.

* configure.in (vax-*-netbsd*): Don't build gas for this
platform.

From-SVN: r54040
parent 5549d65d
2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
* configure.in (vax-*-netbsd*): Don't build gas for this
platform.
2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl> 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
......
...@@ -633,6 +633,10 @@ case "${target}" in ...@@ -633,6 +633,10 @@ case "${target}" in
# Skip some stuff that's unsupported on some NetBSD configurations. # Skip some stuff that's unsupported on some NetBSD configurations.
case "${target}" in case "${target}" in
i*86-*-netbsdelf*) ;; i*86-*-netbsdelf*) ;;
vax-*-netbsd*)
# gas is not yet supported on vax-netbsd.
noconfigdirs="gas $noconfigdirs ${libgcj}"
;;
*) *)
noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs ${libgcj}"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment