]> sourceware.org Git - newlib-cygwin.git/commit
Change from configure time to compile time probe for intptr_t definition.
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Wed, 18 Mar 2015 20:44:41 +0000 (15:44 -0500)
committerJoel Sherrill <joel.sherrill@oarcorp.com>
Mon, 23 Mar 2015 14:16:37 +0000 (09:16 -0500)
commit5799260aedacf7da5e9e8f3dc960a9edc0e180ce
tree3e5a4febeca30263cecc3cd225e53e761732815f
parent548d795d62cbff2c0edfb53513226c1764ec04a7
Change from configure time to compile time probe for intptr_t definition.

2015-03-23  Joel Sherrill <joel.sherrill@oarcorp.com

* configure.in: Delete logic to determine _UINTPTR_EQ_ULONGLONG
and _UINTPTR_EQ_ULONG at configuration time.
*libc/include/sys/config.h: Add logic to determine
_UINTPTR_EQ_ULONGLONG and _UINTPTR_EQ_ULONG at compilation time.
* libc/include/inttypes.h: Add include of <sys/config.h>.
* configure: Regenerated.
newlib/ChangeLog
newlib/configure
newlib/configure.in
newlib/libc/include/inttypes.h
newlib/libc/include/sys/config.h
This page took 0.029329 seconds and 5 git commands to generate.