buildroot: fix build parameter for coremark package

This commit is contained in:
carbon
2023-12-27 18:57:49 +08:00
parent 1787c8e9d8
commit cdd4fabb61

View File

@ -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