porting/npl: Fix linux tests build

For now build with -m32 flag.
This commit is contained in:
Szymon Janc
2023-07-20 21:56:27 +02:00
parent 9bf905ffd5
commit fd20c10596
+2 -1
View File
@@ -43,11 +43,12 @@ CFLAGS = \
$(INCLUDES) $(DEFINES) \
-g \
-D_GNU_SOURCE \
-m32 \
$(NULL)
LIBS = -lrt -lpthread -lstdc++
LDFLAGS =
LDFLAGS = -m32
### ===== Sources =====