########## CONFIG SETUP ##########
touch .config
make ARCH=${target} defconfig >/dev/null || die "could not config"
for def in DO{DEBUG{,_PT},ASSERTS} SUPPORT_LD_DEBUG{,_EARLY} UCLIBC_HAS_PROFILING; do