From: Tomohiro Kusumi Date: Tue, 14 Feb 2017 15:19:42 +0000 (+0200) Subject: configure: Drop default CONFIG_LITTLE_ENDIAN for Cygwin X-Git-Tag: fio-2.18~20 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d0f2828f6e49613d944a980e018cbfc02901264b;p=fio.git 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 --- 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