compiler

ARM GNU Toolchain 4.8.2 for Cortex-A

[make - lvm2] export CROSS_COMPILE_GCC=arm-linux-gnueabi-gcc export CROSS_COMPILE_LD=arm-linux-gnueabi-ld export CROSS_COMPILE_AR=arm-linux-gnueabi-ar export CC=${CROSS_COMPILE_GCC} -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon-vfpv4 -fPIC export LD=${CROSS_COMPILE_LD} export AR=${CROSS_COMPILE_AR} ac_cv_func_malloc_0_nonnull=yes \ ./configure --host=arm-linux --prefix=/home/oss/target_rootfs/lib make device-mapper