diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-11 19:44:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-11 19:44:27 +0000 |
commit | 30cd8a450fd021a1fe4efdb2d8f694e2dabcf965 (patch) | |
tree | 051b5331285aa46fcfde5afa3fd175f760013411 /site/powerpc-linux | |
parent | e02900f927a0a92834573d2d209ed4ffdfe5347e (diff) |
powerpc-linux site: add some more entries
Diffstat (limited to 'site/powerpc-linux')
-rw-r--r-- | site/powerpc-linux | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/site/powerpc-linux b/site/powerpc-linux index 5cbd9ff77c..c981adf1b4 100644 --- a/site/powerpc-linux +++ b/site/powerpc-linux @@ -283,3 +283,10 @@ apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} # fnmatch ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} + +# binutils (libiberty) +ac_cv_sizeof_int=${ac_cv_sizeof_int=4} +ac_cv_type_int=${ac_cv_type_int=yes} +ac_cv_type_uintptr_t=${ac_cv_type_uintptr_t=yes} +liberty_cv_uint64=${liberty_cv_uint64=uint64_t} + |