projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22901e8
)
- add a query for suggestions on how to deal with MALLOC_GLIBC_COMPAT
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 27 Sep 2007 21:58:46 +0000
(21:58 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 27 Sep 2007 21:58:46 +0000
(21:58 -0000)
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index 28092992fb167908dc21d45fd6c2dd6f4acafe7c..cc5d7be6fed3d71b722322e56bb8d5098a0fd232 100644
(file)
--- 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 \