Revert "libmicrohttpd: fix build on riscv"
This reverts commit 2e57e835bf
, which is
no longer needed now that the RISC-V gcc has been patched to define
_REENTRANT when -pthread is passed.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
37751a97d9
commit
1133df5c96
@ -11,10 +11,10 @@ LIBMICROHTTPD_INSTALL_STAGING = YES
|
||||
LIBMICROHTTPD_CONF_OPTS = --disable-curl --disable-examples
|
||||
LIBMICROHTTPD_CFLAGS = $(TARGET_CFLAGS) -std=c99
|
||||
|
||||
# gcc on arc and riscv doesn't define _REENTRANT when -pthread is passed while
|
||||
# gcc on arc doesn't define _REENTRANT when -pthread is passed while
|
||||
# it should. Compensate this deficiency here otherwise libmicrohttpd
|
||||
# configure script doesn't find that thread support is enabled.
|
||||
ifeq ($(BR2_arc)$(BR2_riscv),y)
|
||||
ifeq ($(BR2_arc),y)
|
||||
LIBMICROHTTPD_CFLAGS += -D_REENTRANT
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user