Skip to content

Commit

Permalink
Enable long long, float and C99 formats in Newlib
Browse files Browse the repository at this point in the history
In other words, %ll, %f and %z.
  • Loading branch information
rojer committed Jul 8, 2016
1 parent 772f5a6 commit c18ea05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crosstool-config-overrides
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
# by default don't install static libs for all required dependencies
#CT_STATIC_TOOLCHAIN=y
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y

CT_LIBC_NEWLIB_IO_LL=y
CT_LIBC_NEWLIB_IO_FLOAT=y
CT_LIBC_NEWLIB_IO_C99FMT=y

0 comments on commit c18ea05

Please sign in to comment.