X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=357ae983b843586b5bbb1f95f39ff1fb9583f80d;hb=e43f210aa31fd0917f8595209376c016ad1541b0;hp=cc4b71f0eacea76de9a8c44df5eb889bd2b659d2;hpb=757be0e0a61bb20dc1b76f0b222ec700ee7e22c8;p=fio.git diff --git a/Makefile b/Makefile index cc4b71f0..357ae983 100644 --- a/Makefile +++ b/Makefile @@ -59,9 +59,6 @@ ifdef CONFIG_LIBHDFS SOURCE += engines/libhdfs.c endif -ifdef CONFIG_64BIT_LLP64 - CFLAGS += -DBITS_PER_LONG=32 -endif ifdef CONFIG_64BIT CFLAGS += -DBITS_PER_LONG=64 endif