This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Add various VxWorks target configs (3/3)
- From: Phil Edwards <phil at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Mark Mitchell <mark at codesourcery dot com>
- Date: Mon, 20 Oct 2003 15:31:47 -0400
- Subject: [PATCH] Add various VxWorks target configs (3/3)
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.