Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgcc/config/avr/libf7/t-libf7-math-symbols
2023-03-06 14:48:14 +01:00

11 lines
419 B
Text

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