defs.mk: ARCH is now set to armv7hl instead of armv7l for all arms

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-12-11 23:14:46 +00:00
commit 68f5a6c0f2

View file

@ -95,7 +95,7 @@ OS ?= $(shell sh $(MOD_SCRIPT_DIR)/get_os.sh)
ifndef ARCH
ifeq ($(shell uname -m),armv7l)
ARCH = armv7l
ARCH = armv7hl
else
ifeq ($(shell uname -m),x86_64)
ARCH = x86_64