diff options
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/module.defs b/test/module.defs index 396b4b070..1154b9bb6 100644 --- a/test/module.defs +++ b/test/module.defs @@ -60,9 +60,6 @@ else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) ifeq ($(HAS.dlfcn),1) TEST.GCC.l += dl endif -ifeq (1,$(FEATURE.hwd)) - TEST.GCC.D += USE_HWD -endif ifeq (1,$(HAS.pthread)) TEST.GCC.l += pthread else |