diff options
| author | Rod Whitby <rod@whitby.id.au> | 2006-12-11 20:17:42 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2006-12-11 20:17:42 +0000 |
| commit | ba04001af57fd3ce90494c750e273bd715d775db (patch) | |
| tree | 051b5331285aa46fcfde5afa3fd175f760013411 | |
| parent | 59dac7e923aca02bc841a27ea57cb57e484189f6 (diff) | |
| parent | 30cd8a450fd021a1fe4efdb2d8f694e2dabcf965 (diff) | |
merge of 89b615f68e4d28221c572c377d078083b36765ba
and d3a4f1285a8d621925836a8a2ea609ea62d1cc9d
| -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} + |
