1# Triggered by --with-libf7=math-symbols 2# 3# We have at least one module in libgcc that depends on __SIZEOF_DOUBLE__ 4# or __SIZEOF_LONG_DOUBLE__ which means that t-avrlibc must not copy 5# double32/64 or long-double32/64 variants from the vanilla one. 6# This occurs when some module(s) define(s) weak aliases for functions 7# that usually live in libm. 8 9WITH_LIBF7_MATH_SYMBOLS = 1 10 11F7_FLAGS += -DWITH_LIBF7_MATH_SYMBOLS 12