%packages-entities;
%patches-entities;
%uid-gid-entities;
Environment Settings
This package requires compiler variables to be set for the target in the environment.
export CC="${CLFS_TARGET}-gcc"
export CXX="${CLFS_TARGET}-g++"
export AR="${CLFS_TARGET}-ar"
export AS="${CLFS_TARGET}-as"
export RANLIB="${CLFS_TARGET}-ranlib"
export LD="${CLFS_TARGET}-ld"
export STRIP="${CLFS_TARGET}-strip"
'>
Environment Settings
This package requires compiler variables to be set for the host system.
unset CC CXX AR AS RANLIB LD STRIP
'>