mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-14 05:57:55 +00:00
porting/npl: Fix linux tests build
For now build with -m32 flag.
This commit is contained in:
@@ -43,11 +43,12 @@ CFLAGS = \
|
||||
$(INCLUDES) $(DEFINES) \
|
||||
-g \
|
||||
-D_GNU_SOURCE \
|
||||
-m32 \
|
||||
$(NULL)
|
||||
|
||||
LIBS = -lrt -lpthread -lstdc++
|
||||
|
||||
LDFLAGS =
|
||||
LDFLAGS = -m32
|
||||
|
||||
### ===== Sources =====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user