* Naveen H. S wrote on Mon, Oct 04, 2010 at 10:44:40AM CEST: > >> Nick, Naveen, the diff between the GCC and the src commits is this; > >> which variant is correct? > >> - noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" > >> + noconfigdirs="$noconfigdirs ${libgcj}" > > The following variant in src is the correct version:- > + noconfigdirs="$noconfigdirs ${libgcj}" > > The GCC commit should be modified as per the src commit. > Sorry, hunk of GCC was my mistake in the modified patch. > > >> Please fix the wrong side, and fix src/ChangeLog. Thanks. > > Sorry, I don't have the permissions to commit these changes.
I've committed the first patch below to GCC now, and added the ChangeLog entry below that to src/ChangeLog now. Cheers, Ralf Fixup botched sync of toplevel configure from src. /: Sync from src: * configure.ac (v850 support): Remove target-libgloss from noconfigdirs. * configure: Regenerate. diff --git a/configure.ac b/configure.ac index 5f80aa9..6af4be1 100644 --- a/configure.ac +++ b/configure.ac @@ -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. Index: ChangeLog =================================================================== RCS file: /cvs/src/src/ChangeLog,v retrieving revision 1.932 diff -u -r1.932 ChangeLog --- ChangeLog 2 Oct 2010 14:54:05 -0000 1.932 +++ ChangeLog 7 Oct 2010 19:24:50 -0000 @@ -51,6 +51,11 @@ * configure.ac: Fix unportable shell quoting. * configure: Regenerate. +2010-07-26 Naveen.H.S <navee...@kpitcummins.com> + + * configure.ac: Support all v850 targets. + * configure: Regenerate. + 2010-07-17 Jack Howarth <howa...@bromo.med.uc.edu> PR target/44862