mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
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:
parent
a0249703fd
commit
865171abc7
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user