diff options
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index ed15b2e1ea..dec3d37042 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -50,7 +50,7 @@ do_configure () { | |||
50 | ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux | 50 | ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux |
51 | } | 51 | } |
52 | 52 | ||
53 | do_configure_prepend_toolchain-clang() { | 53 | do_compile_prepend_toolchain-clang() { |
54 | sed -i -e 's#$(KLIBCROSS)gcc#$(KLIBCROSS)clang#g' ${S}/Makefile | 54 | sed -i -e 's#$(KLIBCROSS)gcc#$(KLIBCROSS)clang#g' ${S}/Makefile |
55 | } | 55 | } |
56 | 56 | ||