aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/avr/libf7/t-libf7-math-symbols
blob: c79e2b6ca718febeb35ff5d4fa98fa9b41f1b49f (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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