On 7/27/25 2:49 PM, Aleksandar Rakic wrote:
That sounds like it's worth debugging; in general a TARGET_XXX macro shouldn't have a constant value (there are certainly exceptions).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".
What I'd suggest doing is look at tm.h in your build tree. Jeff