You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure newlib gets compiled with the correct target flags
newlib was not building correctly for ARMv7 and ARMv8 targets due to not
being passed the -march, -mfpu and -mfloat-abi flags which are required for
the compiler to generate correct assembly (it was outputing incorrect
assembly without triggering any warnings)
0 commit comments