diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-30 16:26:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-30 16:26:09 +0000 |
commit | f2253ce9643943256c0cfe4f73c662a11c1792ca (patch) | |
tree | ff2be42d76b5ba943aee6c25f419f8aa0f6e610e /site | |
parent | 57a52f7882678d0cc0112cd1c764da108ac0583f (diff) |
site: add more entries for avr32
Diffstat (limited to 'site')
-rw-r--r-- | site/avr32-common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/avr32-common b/site/avr32-common index 1b357a8a97..b5b176cad7 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -17,3 +17,9 @@ bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} #libpcap ac_cv_linux_vers=${ac_cv_linux_vers=2} + +#startup notification +ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} +ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} +lf_cv_sane_realloc=yes + |