This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: LIBGCC2_FLAGS not used by libgcc2 configure?


"Paulo J. Matos" <pocmatos@gmail.com> writes:

>> Is it libgcc/configure that is failing?  If so it sounds like you want
>> to set MULTILIB_EXTRA_OPTS, per your earlier question.
>>
>
> Yes, it's libgcc/configure that's failing. So, you mean I should
> MULTILIB_EXTRA_OPTS=-mas-mode in my t- makefile fragment?

Yes.

Alternatively, you implied that your backend always needs this option.
In that case you could make it the default or you could add it to
DRIVER_SELF_SPECS.  Or did you just mean that you always need it for
libgcc2 but not for user code?

Ian


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