Re: multilib and Makefile regeneration

2009-09-18 Thread Ralf Wildenhues
http://thread.gmane.org/gmane.comp.gcc.devel/108469 * Paolo Bonzini wrote on Mon, Aug 31, 2009 at 11:53:17PM CEST: On 08/31/2009 11:11 PM, Ralf Wildenhues wrote: The easiest for now would be (3), the coolest, most difficult and probably most dangerous one would be (2). Something like

multilib and Makefile regeneration

2009-08-31 Thread Ralf Wildenhues
Hello, the current multilibs support code is a bit racy, in a few ways. The following might be a bit technical, but I'm trying to gauge where to go from here, even if this is not fixed right away. gcc/config/multi.m4 provides AM_ENABLE_MULTILIB which allows to specify the Makefile which is to

Re: multilib and Makefile regeneration

2009-08-31 Thread Paolo Bonzini
On 08/31/2009 11:11 PM, Ralf Wildenhues wrote: The easiest for now would be (3), the coolest, most difficult and probably most dangerous one would be (2). Something like AC_CONFIG_FILES_COMMANDS(some/Makefile, more-user-commands, [more-init-cmds]) but then the