We will need to setup target specific flags for the compiler and linkers.
export BUILD64="[BUILD64 entries]"
To prevent errors when you come back to your build, we will export these variables to prevent any build issues in the future:
echo export BUILD64=\""${BUILD64}\"" >> ~/.bash_profile
The following table gives the entires for different Sparc 64 capable processors. Pick the processor that matches your system. Note: GCC settings are only needed in the early sections of the book, and will not be used in the final-system builds.