From: Dobrica Pavlinusic Date: Sun, 14 Oct 2007 22:07:36 +0000 (-0500) Subject: setup enviroment for compilation X-Git-Url: http://git.rot13.org/?p=linux-2.4.21-pre4.git;a=commitdiff_plain;h=05b6c437ea11b7521bedc8a36db9cf71264ba006 setup enviroment for compilation --- diff --git a/env.sh b/env.sh new file mode 100755 index 0000000..cf49a47 --- /dev/null +++ b/env.sh @@ -0,0 +1,3 @@ +#export PATH=/rest/ppc/dsmg600/uclibc-toolchain-src-20040609/gcc-3.3.x/toolchain_powerpc/bin/:$PATH +export CROSS_COMPILE=powerpc-linux- +export PATH=/rest/ppc/dsmg600/uclibc-toolchain-src-20040609/gcc-2.95/toolchain_powerpc/bin/:$PATH