Stash the uClibc config after our mods

... before running `make olddefconfig`. This helps in debugging.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2019-02-19 23:39:14 -08:00
parent a0249703fd
commit 865171abc7

View File

@ -404,6 +404,10 @@ manage_uClibc_config()
# Now allow architecture to tweak as it wants
CT_DoArchUClibcConfig "${dst}"
CT_DoArchUClibcCflags "${dst}" "${flags}"
# Preserve the config we created (before uclibc's `make olddefconfig`
# overrides anything).
CT_DoExecLog ALL cp "${dst}" "${dst}.created-by-ct-ng"
}
uClibc_post_cc()