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