This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0.2 and BSD Make
On Mon, Nov 05, 2001 at 08:52:07AM -0800, Richard Henderson wrote:
> On Mon, Nov 05, 2001 at 12:14:05AM -0800, Zack Weinberg wrote:
> > Hmm, is that strictly necessary? It appears to be a simple munge of
> > the information in multilib.h, which the script could (theoretically)
> > read directly...
>
> Um, sure, but that still doesn't get you built at config time.
Yah, but extend it a bit farther - genmultilib is driven entirely by
information technically available at config time.
Unfortunately, that "technically" is pretty significant. configure
would have to read in the t-fragments setting MULTILIB_* and process
them. At that point it's several hundred lines of shell+M4 on top of
the existing mklibgcc script, and isn't helping maintainability any.
zw