File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cd objdir
20
20
PREFIX=` pwd`
21
21
cd -
22
22
23
- if [[ $OS == " Msys" || $OS == " Cygwin" || $CROSS_COMPILE_HOST == " i686-w64-mingw32" ]] ; then
23
+ if [[ $OS == " Msys" || $OS == " Cygwin" || $CROSS_COMPILE_HOST == " i686-w64-mingw32" || $CROSS_COMPILE_HOST == " aarch64-linux-gnu " ]] ; then
24
24
# Avoid compiling ncurses in Windows platform
25
25
exit 0
26
26
fi
@@ -40,6 +40,7 @@ CONFARGS="--prefix=$PREFIX --disable-shared --without-debug --without-ada --with
40
40
if [[ $CROSS_COMPILE != " " ]] ; then
41
41
CONFARGS=" $CONFARGS --host=$CROSS_COMPILE_HOST "
42
42
fi
43
+ autoconf
43
44
CFLAGS=" -w -O2 $CFLAGS -fPIC" CPPFLAGS=" -P" CXXFLAGS=" -w -O2 $CXXFLAGS -fPIC" LDFLAGS=" -s $LDFLAGS -fPIC" ./configure $CONFARGS
44
45
make -j 4
45
46
make install.libs
You can’t perform that action at this time.
0 commit comments