Skip to content

Instantly share code, notes, and snippets.

@doublechiang
Created November 27, 2015 05:30
Show Gist options
  • Save doublechiang/c27f7134b73361705f42 to your computer and use it in GitHub Desktop.
Save doublechiang/c27f7134b73361705f42 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment