buildroot: fix build parameter for coremark package
This commit is contained in:
@ -10,7 +10,7 @@ COREMARK_LICENSE = Apache-2.0
|
|||||||
COREMARK_LICENSE_FILES = LICENSE.md
|
COREMARK_LICENSE_FILES = LICENSE.md
|
||||||
|
|
||||||
define COREMARK_BUILD_CMDS
|
define COREMARK_BUILD_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" -C $(@D) \
|
$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" -C $(@D) \
|
||||||
PORT_DIR=linux$(if $(BR2_ARCH_IS_64),64) EXE= link
|
PORT_DIR=linux$(if $(BR2_ARCH_IS_64),64) EXE= link
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user