Michael Eager <eager@xxxxxxxxxxxx> writes: > I want a multilib configurations to specify two options, > not just a single option. I don't see anything in the > docs which describes how to do this or any target which > does this. > > Is there a way to specify that the 'foo' multilib > config should be built with -mfoo and -mbar? You can probably do this but it's not clear what you want. Multilibs go two ways: they tell the build process which libraries to build at build time, and they tell the compiler driver which libraries to link against at link time. What should happen if somebody links using just -mfoo or just -mbar? Ian