Comments
Patch
@@ -968,7 +968,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
;;
v850*-*-*)
- noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
+ noconfigdirs="$noconfigdirs ${libgcj}"
;;
vax-*-vms)
noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
Add missing ChangeLog entry for toplevel configure from 2010-07-26.
===================================================================
RCS file: /cvs/src/src/ChangeLog,v
retrieving revision 1.932
@@ -51,6 +51,11 @@
* configure.ac: Fix unportable shell quoting.
* configure: Regenerate.
+2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
+
+ * configure.ac: Support all v850 targets.
+ * configure: Regenerate.
+
2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/44862