diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/site/sh4-linux-uclibc | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/sh4-linux-uclibc')
| -rw-r--r-- | meta/site/sh4-linux-uclibc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/site/sh4-linux-uclibc b/meta/site/sh4-linux-uclibc new file mode 100644 index 0000000000..a64766fafa --- /dev/null +++ b/meta/site/sh4-linux-uclibc | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} | ||
| 2 | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} | ||
| 3 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} | ||
| 4 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | ||
| 5 | |||
| 6 | # gettext | ||
| 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} | ||
