diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-04 12:07:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-04 12:07:11 +0000 |
commit | 1c24210e3f0b3f6a5a5783ed597252d453e6bd64 (patch) | |
tree | 92a51cdf31cca39b866e3f818a799fa4fd6b570e /site | |
parent | adc0e34177df635be3bec485a184e5573f13383e (diff) | |
parent | b144d7d083863cb10a7d9219ddcede338f6e839a (diff) |
propagate from branch 'org.openembedded.dev' (head 3fed235384e32b1c9ba26c86ff39b2ffb928fbed)
to branch 'org.openembedded.dev.avr32' (head 50c56d6b5b2d15f6bc9c32b4f9907bc0d1c3564b)
Diffstat (limited to 'site')
-rw-r--r-- | site/avr32-common | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/site/avr32-common b/site/avr32-common index 5bce901caa..5f44f0ac89 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -1,3 +1,18 @@ glib_cv_stack_grows=${glib_cv_stack_grows=no} ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} glib_cv_uscore=${glib_cv_uscore=no} +ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} + +#dbus-glib +ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} + +# set MALLOC_GLIBC_COMPAT=y in your uclibc .config for this +ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} + +#gstreamer +as_cv_unaligned_access=${as_cv_unaligned_access=no} + +#readline +bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} + + |