mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-23 02:24:27 -05:00
enable newlib c99 format io
This commit is contained in:
parent
ae01482942
commit
2f10349942
|
|
@ -88,6 +88,8 @@ then
|
|||
--disable-newlib-supplied-syscalls \
|
||||
--enable-newlib-mb \
|
||||
--enable-newlib-io-long-long \
|
||||
--enable-newlib-io-c99 \
|
||||
--enable-newlib-io-pos-args \
|
||||
--target=$target \
|
||||
--prefix=$prefix \
|
||||
|| { echo "Error configuring newlib"; exit 1; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user