This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo export CC=\""${CLFS_TARGET}-gcc\"" >> ~/.bashrc | |
echo export CXX=\""${CLFS_TARGET}-g++\"" >> ~/.bashrc | |
echo export AR=\""${CLFS_TARGET}-ar\"" >> ~/.bashrc | |
echo export AS=\""${CLFS_TARGET}-as\"" >> ~/.bashrc | |
echo export LD=\""${CLFS_TARGET}-ld\"" >> ~/.bashrc | |
echo export RANLIB=\""${CLFS_TARGET}-ranlib\"" >> ~/.bashrc | |
echo export READELF=\""${CLFS_TARGET}-readelf\"" >> ~/.bashrc | |
echo export STRIP=\""${CLFS_TARGET}-strip\"" >> ~/.bashrc | |
source ~/.bashrc |