diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-03 22:57:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-03 22:57:08 +0000 |
commit | a90dae26321f16fe5600e796c211a6f920063dcd (patch) | |
tree | d487ae884f5fd9a8252ff72477b547df58f7a067 /site/i386-linux | |
parent | c20cb42ec8d6bc8919308e039b45b12136685452 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/projects/packages
2004/08/03 12:40:42-05:00 handhelds.org!kergoth
uclibc builds: move make oldconfig into do_configure, and mangle uclibc's awareness of the target FPU based on the TARGET_FPU variable.
2004/08/03 11:46:57-05:00 handhelds.org!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/08/03 11:45:01-05:00 handhelds.org!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/08/03 10:59:37-05:00 handhelds.org!kergoth
kill off a few unncessary test results.
BKrev: 411018441HwpjOID_6gDO1gm35XWGA
Diffstat (limited to 'site/i386-linux')
-rw-r--r-- | site/i386-linux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/site/i386-linux b/site/i386-linux index f8f9fdff2b..b6b1f916bc 100644 --- a/site/i386-linux +++ b/site/i386-linux @@ -21,8 +21,6 @@ ac_cv_sizeof_short=${ac_cv_sizeof_short=2} ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} -ac_cv_type_size_t=${ac_cv_type_size_t=yes} -ac_cv_type_void_p=${ac_cv_type_void_p=yes} apr_cv_process_shared_works=${apr_cv_process_shared_works=no} bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} |