[PATCH] Add various VxWorks target configs (3/3)

Phil Edwards phil@codesourcery.com
Mon Oct 20 19:39:00 GMT 2003


This is the toplevel configury patch.  VxWorks doesn't need or use libiberty.


2003-10-20  Phil Edwards  <phil@codesourcery.com>

	* configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
	* configure:  Regenerate.


Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.259
diff -u -p -r1.259 configure.in
--- configure.in	6 Oct 2003 03:40:07 -0000	1.259
+++ configure.in	20 Oct 2003 19:28:58 -0000
@@ -370,7 +370,7 @@ case "${target}" in
      esac
      ;;
    *-*-vxworks*)
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss 
target-libiberty ${libgcj}"
      ;;
    alpha*-dec-osf*)
      # ld works, but does not support shared libraries.
Index: configure
===================================================================
RCS file: /cvs/gcc/gcc/configure,v
retrieving revision 1.118
diff -u -p -r1.118 configure
--- configure	6 Oct 2003 03:40:07 -0000	1.118
+++ configure	20 Oct 2003 19:28:59 -0000
@@ -1131,7 +1131,7 @@ case "${target}" in
      esac
      ;;
    *-*-vxworks*)
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss 
target-libiberty ${libgcj}"
      ;;
    alpha*-dec-osf*)
      # ld works, but does not support shared libraries.



More information about the Gcc-patches mailing list