diff options
Diffstat (limited to 'toolchain/newlib/Makefile')
-rw-r--r-- | toolchain/newlib/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/newlib/Makefile b/toolchain/newlib/Makefile index abe153107..4cd7ce6c6 100644 --- a/toolchain/newlib/Makefile +++ b/toolchain/newlib/Makefile @@ -10,15 +10,6 @@ NEWLIB_CONFIGURE_ARGS:= --enable-newlib-io-long-long \ --enable-newlib-register-fini \ --disable-newlib-supplied-syscalls -ifeq ($(ADK_TARGET_OS_FROSTED),y) -NEWLIB_CONFIGURE_ARGS+= --enable-newlib-fvwrite-in-streamio=no \ - --enable-newlib-fseek-optimization=no \ - --enable-newlib_wide_orient=no \ - --enable-newlib-unbuf-stream-opt=yes -TARGET_CFLAGS+="-DREENTRANT_SYSCALLS_PROVIDED" -endif - - $(WRKBUILD)/.configured: (cd $(WRKBUILD); \ CC='' \ |