xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/t-libf7-math-symbols (revision 4c3eb207d36f67d31994830c0a694161fc1ca39b)
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