mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-04 04:21:06 +02:00
fix kexec-tools builds when libc != uClibc, strip quotes from KEXEC_TARGET_NAME config option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16729 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9a319f4c47
commit
39ed77af1e
@ -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…
x
Reference in New Issue
Block a user