Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
326ff546
Commit
326ff546
authored
Sep 19, 2015
by
Paul Sokolovsky
Browse files
unix: Add support for building axtls dependency lib.
parent
90a36942
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
326ff546
...
...
@@ -200,9 +200,15 @@ else
CROSS_COMPILE_HOST
=
endif
deplibs
:
libffi
deplibs
:
libffi
axtls
libffi
:
cd
../lib/libffi
;
git clean
-d
-x
-f
cd
../lib/libffi
;
./autogen.sh
cd
../lib/libffi
;
./configure
$(CROSS_COMPILE_HOST)
--prefix
=
$$
PWD/out
CC
=
"
$(CC)
"
CXX
=
"
$(CXX)
"
LD
=
"
$(LD)
"
;
make
install
axtls
:
cd
../lib/axtls
;
cp
config/upyconfig config/.config
cd
../lib/axtls
;
make oldconfig
-B
cd
../lib/axtls
;
make clean
cd
../lib/axtls
;
make all
CC
=
"
$(CC)
"
LD
=
"
$(LD)
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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