Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
6c2ab5c3
Commit
6c2ab5c3
authored
Oct 11, 2014
by
Paul Sokolovsky
Browse files
unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.
parent
9b6617ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
6c2ab5c3
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment