summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-27 23:58:46 +0200
committerBernhard Reutner-Fischer2007-09-27 23:58:46 +0200
commite27250c50270ec38c63e90ce2797a5dd8689b3b9 (patch)
tree37221cf14fd8cce430deae881719328b4e86a551 /package/Makefile.in
parent- fix ARM ABI propagation (diff)
downloadbuildroot-e27250c50270ec38c63e90ce2797a5dd8689b3b9.tar.gz
buildroot-e27250c50270ec38c63e90ce2797a5dd8689b3b9.tar.xz
buildroot-e27250c50270ec38c63e90ce2797a5dd8689b3b9.zip
- add a query for suggestions on how to deal with MALLOC_GLIBC_COMPAT
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 28092992f..cc5d7be6f 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -205,6 +205,8 @@ 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 \