2015-06-03 18:59 GMT+03:00 Joseph Myers <jos...@codesourcery.com>:
> You could, for example, have
>
> #if SOMETHING
> #define MSG "%nsome msg"
> #else
> #define MSG ""
> #endif
>
> and have another spec using MSG - that should work.

In this case I should define SOMETHING in configure of gcc, not in
configure of libmpx, right? But it would mean I check host linker, not
target.

Ilya

>
> --
> Joseph S. Myers
> jos...@codesourcery.com

Reply via email to