Build Variables
Linux-Headers-2.6.17.1-06212006
We will need to setup target specific flags for the compiler and linkers.
export BUILD64="-mabi=64"
Lets add the build flags to ~/.bashrc to prevent issues if we stop and come back later.
echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc