mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
use target cflags
This commit is contained in:
parent
30f12ce407
commit
875161d012
@ -32,6 +32,7 @@ udhcp-source: $(DL_DIR)/$(UDHCP_SOURCE)
|
|||||||
|
|
||||||
$(UDHCP_DIR)/.unpacked: $(DL_DIR)/$(UDHCP_SOURCE)
|
$(UDHCP_DIR)/.unpacked: $(DL_DIR)/$(UDHCP_SOURCE)
|
||||||
zcat $(DL_DIR)/$(UDHCP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
zcat $(DL_DIR)/$(UDHCP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
|
$(SED) 's/-Os -fomit-frame-pointer/$(TARGET_CFLAGS)/' $(UDHCP_DIR)/Makefile
|
||||||
touch $(UDHCP_DIR)/.unpacked
|
touch $(UDHCP_DIR)/.unpacked
|
||||||
|
|
||||||
#$(UDHCP_DIR)/.unpacked:
|
#$(UDHCP_DIR)/.unpacked:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user