[PATCH] Don't build gas for vax-*-netbsd*
Jason R Thorpe
thorpej@wasabisystems.com
Wed May 29 19:47:00 GMT 2002
Gas is not yet ready for elf32-vax, and thus we should not try
and build it.
Committed to mainline.
* configure.in (vax-*-netbsd*): Don't build gas for this
platform.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.77
diff -u -r1.77 configure.in
--- configure.in 28 May 2002 20:06:27 -0000 1.77
+++ configure.in 30 May 2002 02:44:39 -0000
@@ -633,6 +633,10 @@
# 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}"
;;
More information about the Binutils
mailing list