From d0f2828f6e49613d944a980e018cbfc02901264b Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Tue, 14 Feb 2017 17:19:42 +0200 Subject: [PATCH] configure: Drop default CONFIG_LITTLE_ENDIAN for Cygwin It's a bit strange that Cygwin is assumed to be le by default when no other platforms have such assumption even if they only target a single or certain arch (e.g. non-Android Linux often runs on x86, DragonFlyBSD only runs on x86, and so on..). Endianness will be detected by pointer arithmetic anyway, and it's better to rely on it to handle any sort of newly supported archs in the future. Signed-off-by: Tomohiro Kusumi Signed-off-by: Jens Axboe --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 0a258bf3..75a0db31 100755 --- a/configure +++ b/configure @@ -306,7 +306,6 @@ CYGWIN*) fi fi fi - output_sym "CONFIG_LITTLE_ENDIAN" if test ! -z "$build_32bit_win" && test "$build_32bit_win" = "yes"; then output_sym "CONFIG_32BIT" else -- 2.25.1