This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
newlib configuration beside the configure flags
- From: "onkel dot jack at t-online dot de" <onkel dot jack at t-online dot de>
- To: "newlib at sourceware dot org" <newlib at sourceware dot org>
- Date: Fri, 17 Mar 2017 11:55:21 +0100 (MET)
- Subject: newlib configuration beside the configure flags
- Authentication-results: sourceware.org; auth=none
- Reply-to: "onkel dot jack at t-online dot de" <onkel dot jack at t-online dot de>
Hi,
Im building a toolchain to support an embedded operating system based on newlib.
I found out, there are a lot of macros that can be set via newlib_cflags that can be defined to indicate support of certain functionality.
Things like -DHAVE_OPENDIR -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN and so on.
Is there is any list of / documentation about ?