diff options
Diffstat (limited to 'newlib/libc/stdlib/Makefile.inc')
-rw-r--r-- | newlib/libc/stdlib/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.inc b/newlib/libc/stdlib/Makefile.inc index 9812add..6510cdf 100644 --- a/newlib/libc/stdlib/Makefile.inc +++ b/newlib/libc/stdlib/Makefile.inc @@ -83,6 +83,7 @@ if HAVE_LONG_DOUBLE libc_a_SOURCES += \ %D%/strtodg.c \ %D%/strtold.c \ + %D%/strtorQ.c \ %D%/strtorx.c \ %D%/wcstold.c endif # HAVE_LONG_DOUBLE |