Skip to content

Instantly share code, notes, and snippets.

CC=${GNUPREFIX}cc
LD=${GNUPREFIX}ld
CXX=${GNUPREFIX}g++
AR=${GNUPREFIX}ar
CPP=${GNUPREFIX}cpp
./configure CC=${CC} LD=${LD} CXX=${CXX} AR=${AR} CPP=${CPP} --host=powerpc-linux --target=powerpc-linux --prefix=/local/valgrind --build=i686-cross-linux-gnu --disable-tls
make || exit 1