mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/kvmtool: remove unneeded KVMTOOL_EXTRA_LDFLAGS
Buildroot commit [1] "kvmtool: bump to f77d646ba0" removed the definition of KVMTOOL_EXTRA_LDFLAGS but forgot to remove its usage in KVMTOOL_MAKE_OPTS. This commit removes it since it is no longer needed. [1]f20615b53eSigned-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit443307ef50) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
5151492c6c
commit
50c14b41fc
@@ -22,7 +22,7 @@ KVMTOOL_CPE_ID_VALID = YES
|
||||
# Disable -Werror, otherwise musl is not happy
|
||||
KVMTOOL_MAKE_OPTS = \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) $(KVMTOOL_EXTRA_LDFLAGS)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
WERROR=0
|
||||
|
||||
define KVMTOOL_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user