|
@@ -207,9 +207,8 @@
|
|
/* disable unsupported features */
|
|
/* disable unsupported features */
|
|
# undef __LDBL_COMPAT
|
|
# undef __LDBL_COMPAT
|
|
|
|
|
|
-# ifndef __UCLIBC_HAS_FORTIFY__
|
|
+/* no support for FORTIFY */
|
|
-# undef _FORTIFY_SOURCE
|
|
+# undef _FORTIFY_SOURCE
|
|
-# endif
|
|
|
|
|
|
|
|
# ifndef __UCLIBC_HAS_THREADS__
|
|
# ifndef __UCLIBC_HAS_THREADS__
|
|
# if defined _REENTRANT || defined _THREAD_SAFE
|
|
# if defined _REENTRANT || defined _THREAD_SAFE
|
|
@@ -352,17 +351,6 @@
|
|
# define __USE_REENTRANT 1
|
|
# define __USE_REENTRANT 1
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 \
|
|
|
|
- && __GNUC_PREREQ (4, 1) && defined __OPTIMIZE__ && __OPTIMIZE__ > 0
|
|
|
|
-# if _FORTIFY_SOURCE > 1
|
|
|
|
-# define __USE_FORTIFY_LEVEL 2
|
|
|
|
-# else
|
|
|
|
-# define __USE_FORTIFY_LEVEL 1
|
|
|
|
-# endif
|
|
|
|
-#else
|
|
|
|
-# define __USE_FORTIFY_LEVEL 0
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/* We do support the IEC 559 math functionality, real and complex. */
|
|
/* We do support the IEC 559 math functionality, real and complex. */
|
|
#ifdef __UCLIBC_HAS_FLOATS__
|
|
#ifdef __UCLIBC_HAS_FLOATS__
|
|
#define __STDC_IEC_559__ 1
|
|
#define __STDC_IEC_559__ 1
|