Setup target-specific variables for the compiler and linkers. This time we keep them:
echoexport CC=\""${CLFS_TARGET}-gcc\""
>> ~/.bashrc echoexport CXX=\""${CLFS_TARGET}-g++\""
>> ~/.bashrc echoexport AR=\""${CLFS_TARGET}-ar\""
>> ~/.bashrc echoexport AS=\""${CLFS_TARGET}-as\""
>> ~/.bashrc echoexport LD=\""${CLFS_TARGET}-ld\""
>> ~/.bashrc echoexport RANLIB=\""${CLFS_TARGET}-ranlib\""
>> ~/.bashrc echoexport READELF=\""${CLFS_TARGET}-readelf\""
>> ~/.bashrc echoexport STRIP=\""${CLFS_TARGET}-strip\""
>> ~/.bashrc echoexport CFLAGS=\""-nostdinc -I${CLFS}/usr/include\""
>> ~/.bashrc source ~/.bashrc