ViitorMake/BaseBuild/toolchain/.init

13 lines
253 B
Plaintext
Raw Normal View History

CC="${TARGET}-gcc"
CXX="${TARGET}-g++"
AR="${TARGET}-ar"
AS="${TARGET}-as"
RANLIB="${TARGET}-ranlib"
LD="${TARGET}-ld"
STRIP="${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