summaryrefslogtreecommitdiff
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-12-06 19:55:42 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-12-06 19:58:45 +0100
commit9e767147474be1e0db131154876817033a029b1f (patch)
treee3d42350602980e3ac9a55e3239cc21ab27048fb /package/Makefile.in
parentd8968c6794d3cee4e2ed228745b0783c09aff59a (diff)
package: get rid of redundant malloc related configure presets
Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index b5a7a8eda..7c009bbe0 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -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 \