fix kexec-tools builds when libc != uClibc, strip quotes from KEXEC_TARGET_NAME config option
SVN-Revision: 16729
This commit is contained in:
parent
4702698c68
commit
69d65604a2
1 changed files with 4 additions and 2 deletions
|
@ -35,9 +35,11 @@ define Package/kexec-tools/config
|
|||
source "$(SOURCE)/kexec-config.in"
|
||||
endef
|
||||
|
||||
KEXEC_TARGET_NAME:=$(call qstrip,$(CONFIG_KEXEC_TOOLS_TARGET_NAME))-linux-$(TARGET_SUFFIX)
|
||||
|
||||
CONFIGURE_ARGS = \
|
||||
--target=$(CONFIG_KEXEC_TOOLS_TARGET_NAME)-linux-$(TARGET_SUFFIX) \
|
||||
--host=$(GNU_TARGET_NAME)-uclibc \
|
||||
--target=$(KEXEC_TARGET_NAME) \
|
||||
--host=$(REAL_GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) \
|
||||
--program-prefix="" \
|
||||
--program-suffix="" \
|
||||
|
|
Loading…
Reference in a new issue