This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
DYNAMIC_REENT revisited
- From: Anders Lindgren <ali at df dot lth dot se>
- To: newlib at sourceware dot org
- Date: Tue, 19 Jun 2007 18:02:37 +0200 (CEST)
- Subject: DYNAMIC_REENT revisited
As far as I understand, when making my own target I need to be put any
_REENT_SMALL, __DYNAMIC_REENT__ etc defines into <sys/config.h> to be able
to use the resulting C library afterwards without always specifying -D...
on the command line. Question is, do I still need to put those in
${newlib_cflags} in my configure.host when building newlib? Won't they be
picked up from <sys/config.h> by the sources anyway?
Best regards,
ali:)