mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
update INSTALL for Android
This commit is contained in:
parent
5c77b14d98
commit
13f01cffcd
1 changed files with 2 additions and 1 deletions
3
INSTALL
3
INSTALL
|
|
@ -24,7 +24,8 @@ If you do not have access to the online version, follow the following recipies.
|
|||
* Cross-compile for the android platform (from the UNIX machine)
|
||||
1. Build the host ECL
|
||||
#+BEGIN_SRC shell-script
|
||||
./configure --prefix=`pwd`/ecl-android-host --disable-longdouble
|
||||
./configure ABI=32 CFLAGS="-m32 -g -O2" LDFLAGS="-m32 -g -O2"\
|
||||
--prefix=`pwd`/ecl-android-host --disable-longdouble
|
||||
make -j9
|
||||
make install
|
||||
rm -r build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue