mirror of
https://github.com/micropython/micropython.git
synced 2026-04-22 17:00:23 +02:00
d7aa2fe9d7
fdilibm was originally meant to see _IEEE_LIBM defined from outside the libm code, not it being hardcoded in. Picolibc assumes this assumption holds true and attempts to define itself, conflicting with the existing definition. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>