mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
toolchain: Fix glibc breakage
Introduced by previous patch 0f75b2635ee564fbbdb9ea631cf39fa8731d6d6c, this printf would break the build of glibc, because there is no format to printf: printf: usage: printf [-v var] format [arguments] Signed-off-by Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
208e687ced
commit
8f59da8552
@ -79,9 +79,7 @@ copy_toolchain_lib_root = \
|
|||||||
fi ; \
|
fi ; \
|
||||||
LIBPATH="`readlink -f $${LIBPATH}`"; \
|
LIBPATH="`readlink -f $${LIBPATH}`"; \
|
||||||
done; \
|
done; \
|
||||||
done; \
|
done
|
||||||
\
|
|
||||||
printf
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copy the full external toolchain sysroot directory to the staging
|
# Copy the full external toolchain sysroot directory to the staging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user