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/arm-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/arm-linux')
-rw-r--r-- | site/arm-linux | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/site/arm-linux b/site/arm-linux index a7a610f901..2662d46c76 100644 --- a/site/arm-linux +++ b/site/arm-linux @@ -18,9 +18,6 @@ ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} ac_cv_sys_restartable_syscalls=yes -ac_cv_type___int64=${ac_cv_type___int64=no} -ac_cv_type_size_t=${ac_cv_type_size_t=yes} -ac_cv_type_void_p=${ac_cv_type_void_p=yes} ac_cv_uchar=${ac_cv_uchar=no} ac_cv_uint=${ac_cv_uint=yes} ac_cv_ulong=${ac_cv_ulong=yes} @@ -47,7 +44,6 @@ ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes} ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no} ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes} -ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes} ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} # coreutils |