Skip to content

Commit 6c2ab5c

Browse files
committed
unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.
1 parent 9b6617e commit 6c2ab5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unix/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ endif
4444
LDFLAGS = $(LDFLAGS_MOD) $(LDFLAGS_ARCH) -lm $(LDFLAGS_EXTRA)
4545

4646
ifeq ($(MICROPY_FORCE_32BIT),1)
47+
# Note: you may need to install i386 versions of dependency packages,
48+
# starting with linux-libc-dev:i386
4749
CFLAGS += -m32
4850
LDFLAGS += -m32
4951
ifeq ($(MICROPY_PY_FFI),1)

0 commit comments

Comments
 (0)