> 1/ Ada multilib build is enabled unless --disable-multilib is used in > configure: this means that the Ada build has more opportunity to fail > because of code generation bugs or libada source selection issue, but in > this later case it will be a only few lines in gcc/ada/Makefile.in to > fix it once reported.
Are you volunteering to make these changes when this will happen, or at least provide an easy work around (which does not involve --disable-multilib, since people probably want multilibs, at least for non Ada languages) ? > 2/ once built is installed no visible change for users, to use > multilib you have to follow directions above. > > The patch is missing some cleanup, comments, doc update and ChangeLog. > With those added and after the big tuple and gcc-interface changes are > in is this ok to resubmit and commit? If not what are the blocking > issues? Without seeing the changelog it's hard to comment in details, but I do not understand how installation works, and in particular why you commented out the 'install-gnatlib' target. I also do not understand how the selection of the right target run-time files is done in this scheme. I guess I need to see the changelog or some other explanation for that. Arno