Hi,
>> 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.
Thanks & Regards,
Naveen