unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.

pull/902/head
Paul Sokolovsky 2014-10-11 20:29:51 +03:00
rodzic 9b6617ea8b
commit 6c2ab5c315
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -44,6 +44,8 @@ endif
LDFLAGS = $(LDFLAGS_MOD) $(LDFLAGS_ARCH) -lm $(LDFLAGS_EXTRA)
ifeq ($(MICROPY_FORCE_32BIT),1)
# Note: you may need to install i386 versions of dependency packages,
# starting with linux-libc-dev:i386
CFLAGS += -m32
LDFLAGS += -m32
ifeq ($(MICROPY_PY_FFI),1)