diff options
Diffstat (limited to 'openembedded/site/sh4-linux-uclibc')
-rw-r--r-- | openembedded/site/sh4-linux-uclibc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openembedded/site/sh4-linux-uclibc b/openembedded/site/sh4-linux-uclibc index 1c9e2db39f..a64766fafa 100644 --- a/openembedded/site/sh4-linux-uclibc +++ b/openembedded/site/sh4-linux-uclibc | |||
@@ -5,3 +5,15 @@ ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | |||
5 | 5 | ||
6 | # gettext | 6 | # gettext |
7 | am_cv_func_working_getline=${am_cv_func_working_getline=yes} | 7 | am_cv_func_working_getline=${am_cv_func_working_getline=yes} |
8 | |||
9 | # bash (mbstate needed for readline) | ||
10 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
11 | |||
12 | # libpcap | ||
13 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | ||
14 | |||
15 | # libnet | ||
16 | ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} | ||
17 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | ||
18 | ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
19 | ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||