From 2870ffae518798e2f18c110a91a420d65a6e712b Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Wed, 23 Jan 2019 09:52:04 +0200 Subject: Moved uClibc configuration installation to uClibc.sh Signed-off-by: Dima Krasner --- scripts/build/libc/uClibc.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/build/libc') diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index ccadfeb6..9d83c515 100644 --- a/scripts/build/libc/uClibc.sh +++ b/scripts/build/libc/uClibc.sh @@ -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 } -- cgit v1.2.3