This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: toplevel *again* out of sync


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]