X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;h=a5c0f6ef84482d95fa0e7c2fbf45591a7921b134;hp=b3638807432749414c8ef28a46d1d41e159092bc;hb=e59ad777d34cfee20b3b700482b936c16cceaa8e;hpb=b570e037a5bb8abf780b75e896a8dee336c2dd74 diff --git a/configure b/configure index b3638807..a5c0f6ef 100755 --- a/configure +++ b/configure @@ -332,10 +332,6 @@ CYGWIN*) cc="x86_64-w64-mingw32-gcc" fi fi - if test ! -z "$build_32bit_win" && test "$build_32bit_win" = "yes"; then - output_sym "CONFIG_32BIT" - else - output_sym "CONFIG_64BIT_LLP64" target_win_ver=$(echo "$target_win_ver" | tr '[:lower:]' '[:upper:]') if test -z "$target_win_ver"; then @@ -357,9 +353,6 @@ CYGWIN*) # We now take the regular configuration path without having exit 0 here. # Flags below are still necessary mostly for MinGW. socklen_t="yes" - sfaa="yes" - sync_sync="yes" - cmp_swap="yes" rusage_thread="yes" fdatasync="yes" clock_gettime="yes" # clock_monotonic probe has dependency on this @@ -367,11 +360,7 @@ CYGWIN*) gettimeofday="yes" sched_idle="yes" tcp_nodelay="yes" - tls_thread="yes" - static_assert="yes" ipv6="yes" - mkdir_two="no" - echo "BUILD_CFLAGS=$CFLAGS -include config-host.h -D_GNU_SOURCE" >> $config_host_mak ;; esac