|
@@ -303,20 +303,6 @@ else
|
|
|
BR2_AC_CV_C_BIGENDIAN=ac_cv_c_bigendian=no
|
|
|
endif
|
|
|
|
|
|
-# XXX: FIXME: We would need to grab MALLOC_GLIBC_COMPAT from the uClibc.config
|
|
|
-# Including it doesn't seem wise, grepping is ugly.. Suggestions?
|
|
|
-# Does malloc return live pointer for malloc(0) ?
|
|
|
-ifeq ($(MALLOC_GLIBC_COMPAT),y)
|
|
|
-BR2_AC_CV_FUNC_MALLOC_0_NONNULL=ac_cv_func_malloc_0_nonnull=yes \
|
|
|
- gl_cv_func_malloc_0_nonnull=yes \
|
|
|
- ac_cv_func_realloc_0_nonnull=yes
|
|
|
-else
|
|
|
-BR2_AC_CV_FUNC_MALLOC_0_NONNULL=ac_cv_func_malloc_0_nonnull=no \
|
|
|
- gl_cv_func_malloc_0_nonnull=no \
|
|
|
- ac_cv_func_realloc_0_nonnull=no
|
|
|
-endif
|
|
|
-
|
|
|
-
|
|
|
TARGET_CONFIGURE_ARGS= \
|
|
|
$(BR2_AC_CV_TRAP_CHECK) \
|
|
|
ac_cv_func_mmap_fixed_mapped=yes \
|