Moved uClibc configuration installation to uClibc.sh

Signed-off-by: Dima Krasner <dima@dimakrasner.com>
This commit is contained in:
Dima Krasner
2019-01-23 09:52:04 +02:00
parent 1635c149a4
commit 2870ffae51
3 changed files with 16 additions and 9 deletions

View File

@ -416,4 +416,8 @@ uClibc_post_cc()
# Moreover, need to do this after the final compiler is built: on targets
# that use elf2flt, the core compilers cannot find ld when running elf2flt.
CT_MultilibFixupLDSO
if [ -n "${CT_LIBC_UCLIBC_CONFIG_FILE}" ]; then
CT_InstallConfigurationFile "$CT_LIBC_UCLIBC_CONFIG_FILE" libc
fi
}