diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-05-26 10:16:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-26 10:16:49 +0000 |
commit | 8a06d3deaa7c6f7144d031c3b2142e5e69cff6b9 (patch) | |
tree | 665b63b548d4a2f82148608bd3bfd65fdf5aa52d /site/sh4-linux-uclibc | |
parent | 4cd291d9f9e5617da3279dab7d90bf35fdd1de9d (diff) |
site/sh4: Update the sh4 site files. This contains all of the changes over
collected over the past 6 months for sh4 and gets a large amount of the non
UI related components building.
Diffstat (limited to 'site/sh4-linux-uclibc')
-rw-r--r-- | site/sh4-linux-uclibc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/site/sh4-linux-uclibc b/site/sh4-linux-uclibc index 1c9e2db39f..a64766fafa 100644 --- a/site/sh4-linux-uclibc +++ b/site/sh4-linux-uclibc @@ -5,3 +5,15 @@ ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} # gettext am_cv_func_working_getline=${am_cv_func_working_getline=yes} + +# bash (mbstate needed for readline) +bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} + +# libpcap +ac_cv_linux_vers=${ac_cv_linux_vers=2} + +# libnet +ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} +ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} +ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} +ac_cv_c_bigendian=${ac_cv_c_bigendian=no} |