On 7/27/25 2:49 PM, Aleksandar Rakic wrote:
I tried to use just "TARGET_MICROMIPS" instead of "is_micromips", but
the compiler optimized "TARGET_MICROMIPS" away for some reason and
encoded it as "false".
That sounds like it's worth debugging; in general a TARGET_XXX macro shouldn't have a constant value (there are certainly exceptions).

What I'd suggest doing is look at tm.h in your build tree.

Jeff


Reply via email to