Compiling Python 2.7.10 and pip commands

#See https://adrhc.go.ro/wordpress/common-commands-when-building/ for building environment, x.sh script and other things not defined here. #Before starting do declare the environment variables specified to the link above. #Compiling Python-2.7.10 export CFLAGS=”-march=armv5te -mfloat-abi=soft -mabi=aapcs-linux -fno-stack-protector -pthread -O2 -Wall -Wno-error” #export BUILD_FLAGS=”$CFLAGS -I/ffp/include -I/ffp/opt/apache-2.2.29-worker/include” […]