This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc's limits.h vs POSIX
> By default it looks in exactly one directory, SYSTEM_HEADER_DIR, which
> in a native compiler is by default /usr/include. See LIMITS_H_TEST.
> In t-djgpp this is set to $(DJDIR)/include. I don't know what sets
> DJDIR.
DJDIR is set by default for all DJGPP-hosted applications, it's part
of the runtime. I'll have to figure out a better way to set that
variable; it's really only appropriate for djgpp natives, not crosses.
Sigh.