mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-13 08:20:31 -07:00
cc: configure: add android cc hack comment
This commit is contained in:
parent
672ded2dc6
commit
ea9f7f105c
1 changed files with 2 additions and 0 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -5620,6 +5620,8 @@ $as_echo "$as_me: Configuring included GMP library:" >&6;}
|
|||
else
|
||||
GMP_ABI="ABI=$ABI"
|
||||
fi
|
||||
# Crosscompilation for Android on Darwin requires replacing 'NM=nm'
|
||||
# below with 'NM=$PLATFORM_PREFIX/bin/arm-linux-androideabi-nm'.
|
||||
mkdir gmp
|
||||
(destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
|
||||
NM=nm $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue