diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/sh4-linux | 4 | ||||
-rw-r--r-- | site/sh4-linux-uclibc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/site/sh4-linux b/site/sh4-linux index e69de29bb2..3b989969c0 100644 --- a/site/sh4-linux +++ b/site/sh4-linux @@ -0,0 +1,4 @@ +ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} +ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} +ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} +ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} diff --git a/site/sh4-linux-uclibc b/site/sh4-linux-uclibc index e69de29bb2..3b989969c0 100644 --- a/site/sh4-linux-uclibc +++ b/site/sh4-linux-uclibc @@ -0,0 +1,4 @@ +ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} +ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} +ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} +ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} |