diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-12-12 12:24:17 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-12-12 12:24:17 +0000 |
commit | ada8de47c0371621a7906edcc624556f21e785ee (patch) | |
tree | f2757a903c09ae7045d10b67951b14507bb0b5ca /site | |
parent | a004355ef9e8378dc8e6289c0aff189997c7c6db (diff) | |
parent | ba78f0c9d4eeec88326869d3dd48aebe1cd32969 (diff) |
merge of '19860068438a3f48413a2f40e4032ce5e8c1fe7d'
and 'a5b842809a85562e0154b206660598c3b851094c'
Diffstat (limited to 'site')
-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} + |