ViitorMake/BaseBuild/toolchain/.init

13 lines
372 B
Plaintext
Raw Permalink Normal View History

CC="/cross-tools/bin/${TARGET}-gcc"
CXX="/cross-tools/bin/${TARGET}-g++"
AR="/cross-tools/bin/${TARGET}-ar"
AS="/cross-tools/bin/${TARGET}-as"
RANLIB="/cross-tools/bin/${TARGET}-ranlib"
LD="/cross-tools/bin/${TARGET}-ld"
STRIP="/cross-tools/bin/${TARGET}-strip"
set +h
umask 022
LC_ALL=POSIX
PATH=/cross-tools/bin:$PATH
export LFS LC_ALL PATH CC CXX AR AS RANLIB LD STRIP