diff --git a/package/iozone/iozone.mk b/package/iozone/iozone.mk index e2f8557186..477a60a3bb 100644 --- a/package/iozone/iozone.mk +++ b/package/iozone/iozone.mk @@ -11,11 +11,8 @@ IOZONE_LICENSE = IOzone license (NO DERIVED WORKS ALLOWED) # IOzone license details can be found at: # http://www.iozone.org/docs/Iozone_License.txt -# No threading target is non-AIO as well -ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),) -IOZONE_TARGET = linux-noth # AIO support not available on uClibc, use the linux (non-aio) target. -else ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y) +ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y) IOZONE_TARGET = linux-noaio else IOZONE_TARGET = linux