mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
- Build binutils with sysroot support.
This commit is contained in:
parent
3f684225a3
commit
ee1285f23f
@ -62,6 +62,8 @@ $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
|
|||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
--host=$(GNU_HOST_NAME) \
|
--host=$(GNU_HOST_NAME) \
|
||||||
--target=$(REAL_GNU_TARGET_NAME) \
|
--target=$(REAL_GNU_TARGET_NAME) \
|
||||||
|
--with-build-sysroot="$(TOOL_BUILD_DIR)/uClibc_dev/" \
|
||||||
|
--with-sysroot="$(TOOL_BUILD_DIR)/uClibc_dev/" \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
$(MULTILIB) \
|
$(MULTILIB) \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
@ -77,7 +79,7 @@ $(BINUTILS_DIR1)/binutils/objdump: $(BINUTILS_DIR1)/.configured
|
|||||||
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/ld: $(BINUTILS_DIR1)/binutils/objdump
|
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/ld: $(BINUTILS_DIR1)/binutils/objdump
|
||||||
$(MAKE) -C $(BINUTILS_DIR1) install
|
$(MAKE) -C $(BINUTILS_DIR1) install
|
||||||
|
|
||||||
binutils: dependencies $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/ld
|
binutils: dependencies uclibc-configured $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/ld
|
||||||
|
|
||||||
binutils-source: $(DL_DIR)/$(BINUTILS_SOURCE)
|
binutils-source: $(DL_DIR)/$(BINUTILS_SOURCE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user