Remove always_hybrid spec

With always_hybrid also the lx_hybrid_x86 platform in
tool/create_builddir vanishes.

Fixes #1619
This commit is contained in:
Christian Helmuth
2015-08-31 16:33:05 +02:00
parent b6c440852b
commit ae43d13b90
9 changed files with 2 additions and 61 deletions

View File

@ -30,14 +30,6 @@ include $(BASE_DIR)/mk/util.inc
PRG_DIR := $(REP_DIR)/src/$(PRG_REL_DIR)
include $(PRG_DIR)/target.mk
#
# Enforce use of 'lx_hybrid' library for all targets when 'always_hybrid' is
# enabled
#
ifeq ($(filter-out $(SPECS),always_hybrid),)
LIBS += lx_hybrid
endif
#
# Include lib-import description files
#