[PATCH] Don't build gas for vax-*-netbsd*
Jason R Thorpe
thorpej@wasabisystems.com
Wed May 29 20:58:00 GMT 2002
This is to keep in sync with the binutils top-level configure.in.
(Gas isn't ready for elf32-vax yet, but bfd and ld are).
Committed to trunk.
* 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/gcc/gcc/configure.in,v
retrieving revision 1.150
diff -u -r1.150 configure.in
--- configure.in 28 May 2002 18:56:52 -0000 1.150
+++ configure.in 30 May 2002 02:49:31 -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 Gcc-patches
mailing list