allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config anymore. Patch adds setting UCLIBC_HAS_THREADS instead.
This commit is contained in:
parent
024b4c8e1a
commit
5da2a158e1
@ -74,6 +74,7 @@ ifeq ($(BR2_SOFT_FLOAT),y)
|
|||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PTHREADS_NATIVE),y)
|
ifeq ($(BR2_PTHREADS_NATIVE),y)
|
||||||
$(SED) 's,# PTHREADS_NATIVE is not set,PTHREADS_NATIVE=y,g' $(UCLIBC_DIR)/.config
|
$(SED) 's,# PTHREADS_NATIVE is not set,PTHREADS_NATIVE=y,g' $(UCLIBC_DIR)/.config
|
||||||
|
$(SED) 's,# UCLIBC_HAS_THREADS is not set,UCLIBC_HAS_THREADS=y,g' $(UCLIBC_DIR)/.config
|
||||||
endif
|
endif
|
||||||
mkdir -p $(TOOL_BUILD_DIR)/uClibc_dev/usr/include
|
mkdir -p $(TOOL_BUILD_DIR)/uClibc_dev/usr/include
|
||||||
mkdir -p $(TOOL_BUILD_DIR)/uClibc_dev/usr/lib
|
mkdir -p $(TOOL_BUILD_DIR)/uClibc_dev/usr/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user