mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
- The sysroot requires an existing argument, so make sure that we did configure
uClibc properly before attempting to use it.
This commit is contained in:
parent
7ba97716ce
commit
83fecd0e36
@ -115,7 +115,7 @@ endif
|
|||||||
# fixed, so we need to actually have working C library header files prior to
|
# fixed, so we need to actually have working C library header files prior to
|
||||||
# the step or libgcc will not build...
|
# the step or libgcc will not build...
|
||||||
|
|
||||||
$(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.patched
|
$(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.patched uclibc-configured
|
||||||
mkdir -p $(GCC_BUILD_DIR1)
|
mkdir -p $(GCC_BUILD_DIR1)
|
||||||
(cd $(GCC_BUILD_DIR1); PATH=$(TARGET_PATH) \
|
(cd $(GCC_BUILD_DIR1); PATH=$(TARGET_PATH) \
|
||||||
CC="$(HOSTCC)" \
|
CC="$(HOSTCC)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user