diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 17:41:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 17:41:09 +0000 |
commit | ba7e2a07578dda8bc38dd9b1bc591859c39f33cc (patch) | |
tree | 76d70729005a110ced3a2d771584c2536fd7a07e /openembedded/site/arm-linux-gnueabi | |
parent | 572f07af31f16b04f83755ee4d7a245eaf38a9f9 (diff) | |
download | poky-ba7e2a07578dda8bc38dd9b1bc591859c39f33cc.tar.gz |
Further site and class updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@381 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/site/arm-linux-gnueabi')
-rw-r--r-- | openembedded/site/arm-linux-gnueabi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openembedded/site/arm-linux-gnueabi b/openembedded/site/arm-linux-gnueabi index aff569c013..7c9fb85d0b 100644 --- a/openembedded/site/arm-linux-gnueabi +++ b/openembedded/site/arm-linux-gnueabi | |||
@@ -367,3 +367,11 @@ with_broken_putenv=${with_broken_putenv=no} | |||
367 | 367 | ||
368 | # xffm | 368 | # xffm |
369 | jm_cv_func_working_readdir=yes | 369 | jm_cv_func_working_readdir=yes |
370 | |||
371 | # dpkg | ||
372 | dpkg_cv_va_copy=${ac_cv_va_copy=no} | ||
373 | dpkg_cv___va_copy=${ac_cv___va_copy=yes} | ||
374 | |||
375 | # enca | ||
376 | yeti_cv_func_scanf_modif_size_t=yes | ||
377 | |||