summaryrefslogtreecommitdiff
path: root/package/iozone
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-31 14:17:14 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-31 14:17:14 +0200
commit68ec724f50732bf2ae61d7a3acd5b3321846e467 (patch)
treead518ecb6130a0b4f0c4af774e2c13237bf7309b /package/iozone
parent7ee967a71c564e4a6363ce1dd37552a61f9027ca (diff)
iozone: remove dead code for !thread handling
iozone requires thread support since commit 06b53255cf639a5b033a2cdbfcf114770b94a83b, so having code to handle the non-threaded case in the .mk file is useless. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iozone')
-rw-r--r--package/iozone/iozone.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/iozone/iozone.mk b/package/iozone/iozone.mk
index e2f855718..477a60a3b 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