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
newlib: workaround cflags issue in crosstool for newlib-nano
When building newlib-nano because its treated as a companion_libs the
order it gets built ends up not having CT_ARCH_TARGET_CFLAGS set
correctly (as it gets cleared by a previous build stage).
This causes issues on ARM, so to workaround this we mimic the setting
of CT_ARCH_TARGET_CFLAGS in CT_LIBC_NEWLIB_NANO_TARGET_CFLAGS to
"-mthumb-interwork" (That mimics how CT_ARCH_TARGET_CFLAGS is set
because we enable CT_ARCH_ARM_INTERWORKING=y).
Signed-off-by: Kumar Gala <[email protected]>
0 commit comments