mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Sigh... Let's try this again.
This commit is contained in:
parent
1e218e33eb
commit
1172dbb8b1
@ -46,7 +46,7 @@ config BR2_TARGET_OPTIMIZATION
|
|||||||
Optimizations to use when building for the target host.
|
Optimizations to use when building for the target host.
|
||||||
|
|
||||||
config BR2_CROSS_TOOLCHAIN_TARGET_UTILS
|
config BR2_CROSS_TOOLCHAIN_TARGET_UTILS
|
||||||
string "Include target utils in cross toolchain."
|
bool "Include target utils in cross toolchain."
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
When using buildroot to build a deployable cross toolchain, it is handy
|
When using buildroot to build a deployable cross toolchain, it is handy
|
||||||
|
@ -121,7 +121,6 @@ $(GDB_SERVER_DIR)/gdbserver: $(GDB_SERVER_DIR)/.configured
|
|||||||
$(MAKE) CC=$(TARGET_CC) MT_CFLAGS="$(TARGET_CFLAGS)" \
|
$(MAKE) CC=$(TARGET_CC) MT_CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
-C $(GDB_SERVER_DIR)
|
-C $(GDB_SERVER_DIR)
|
||||||
$(STRIP) $(GDB_SERVER_DIR)/gdbserver
|
$(STRIP) $(GDB_SERVER_DIR)/gdbserver
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/bin/gdbserver: $(GDB_SERVER_DIR)/gdbserver
|
$(TARGET_DIR)/usr/bin/gdbserver: $(GDB_SERVER_DIR)/gdbserver
|
||||||
ifeq ($(strip $(BR2_CROSS_TOOLCHAIN_TARGET_UTILS)),y)
|
ifeq ($(strip $(BR2_CROSS_TOOLCHAIN_TARGET_UTILS)),y)
|
||||||
mkdir -p $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/target_utils
|
mkdir -p $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/target_utils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user