forked from OSchip/llvm-project
b6567b18c7
Newlib 2.5 added the locale management functions, so it should not include __nop_local_mgmt.h. This change adds proper guard around that include statement. For newlib 2.4, some releases contain these functions and some don't, and they all have the same version numbers. This patch will work properly with the initial "2.4.0" release which does not include these functions and require __nop_local_mgmt.h. This has been tested against newlib 2.2 and 2.5, and also sanity checks against other different version numbers. Patch by Martin J. O'Riordan and Walter Lee Differential Revision: https://reviews.llvm.org/D32146 llvm-svn: 305394 |
||
---|---|---|
.. | ||
android | ||
fuchsia | ||
ibm | ||
musl | ||
newlib | ||
solaris | ||
win32 | ||
xlocale |