S="${WORKDIR}/${MY_P}"
src_compile() {
make allyesconfig || die "could not config"
make defconfig || die "could not config"
for def in UCLIBC_HAS_LOCALE DODEBUG DOASSERTS SUPPORT_LD_DEBUG SUPPORT_LD_DEBUG_EARLY ; do
sed -e "s:${def}=y:# ${def} is not set:" \