libc/include/sys/config.h: Undef _REENT_SMALL for RTEMS on MicroBlaze
RTEMS does not expect _REENT_SMALL.
This commit is contained in:
parent
bf8f2a95df
commit
44a3966577
|
@ -127,7 +127,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Configure small REENT structure for Xilinx MicroBlaze platforms */
|
/* Configure small REENT structure for Xilinx MicroBlaze platforms */
|
||||||
#if defined (__MICROBLAZE__)
|
#if defined (__MICROBLAZE__) && !defined(__rtems__)
|
||||||
#ifndef _REENT_SMALL
|
#ifndef _REENT_SMALL
|
||||||
#define _REENT_SMALL
|
#define _REENT_SMALL
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue