mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
iostat: use provided linker flags as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -10,7 +10,7 @@ IOSTAT_SITE = http://www.linuxinsight.com/files
|
||||
iostat-source: $(DL_DIR)/$(IOSTAT_SOURCE)
|
||||
|
||||
define IOSTAT_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)"
|
||||
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||
endef
|
||||
|
||||
define IOSTAT_CLEAN_CMDS
|
||||
|
||||
Reference in New Issue
Block a user