File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ function build_python() {
92
92
export LDFLAGS=" $LDFLAGS -L$SRC_PATH /obj/local/$ARCH /"
93
93
fi
94
94
95
- try ./configure --host=arm-eabi --prefix=" $BUILD_PATH /python-install" --enable-shared --disable-toolbox-glue --disable-framework
96
- echo ./configure --host=arm-eabi --prefix=" $BUILD_PATH /python-install" --enable-shared --disable-toolbox-glue --disable-framework
95
+ try ./configure --host=arm-eabi OPT= $OFLAG --prefix=" $BUILD_PATH /python-install" --enable-shared --disable-toolbox-glue --disable-framework
96
+ echo ./configure --host=arm-eabi OPT= $OFLAG --prefix=" $BUILD_PATH /python-install" --enable-shared --disable-toolbox-glue --disable-framework
97
97
echo $MAKE HOSTPYTHON=$BUILD_python /hostpython HOSTPGEN=$BUILD_python /hostpgen CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so
98
98
cp HOSTPYTHON=$BUILD_python /hostpython python
99
99
You can’t perform that action at this time.
0 commit comments