mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
toolchain/uclibc: brown paper bag fix for r23746
So much for doing one more "obvious" fix before going home - Sorry everyone.
This commit is contained in:
parent
cdade1dd00
commit
a16c662d0a
@ -433,12 +433,9 @@ $(UCLIBC_DIR)/.configured: $(LINUX_HEADERS_DIR)/.configured $(UCLIBC_DIR)/.confi
|
|||||||
PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
|
PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
|
||||||
DEVEL_PREFIX=/usr/ \
|
DEVEL_PREFIX=/usr/ \
|
||||||
RUNTIME_PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
|
RUNTIME_PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
|
||||||
HOSTCC="$(HOSTCC)" \
|
HOSTCC="$(HOSTCC)" headers \
|
||||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_3),y)
|
$(if $(BR2_UCLIBC_VERSION_0_9_28_3),install_dev,install_headers)
|
||||||
headers install_dev
|
|
||||||
else
|
|
||||||
headers install_headers
|
|
||||||
endif
|
|
||||||
# Install the kernel headers to the first stage gcc include dir
|
# Install the kernel headers to the first stage gcc include dir
|
||||||
# if necessary
|
# if necessary
|
||||||
ifeq ($(LINUX_HEADERS_IS_KERNEL),y)
|
ifeq ($(LINUX_HEADERS_IS_KERNEL),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user