From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- site/sh4-linux | 4 ++++ site/sh4-linux-uclibc | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'site') 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} -- cgit 1.2.3-korg