File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ function build_python() {
9292 export LDFLAGS=" $LDFLAGS -L$SRC_PATH /obj/local/$ARCH /"
9393 fi
9494
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
9797 echo $MAKE HOSTPYTHON=$BUILD_python /hostpython HOSTPGEN=$BUILD_python /hostpgen CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so
9898 cp HOSTPYTHON=$BUILD_python /hostpython python
9999
You can’t perform that action at this time.
0 commit comments