forked from luck/tmp_suning_uos_patched
13ee9fdba9
If the host toolchain is not glibc based then the arm kernel build
fails with
arch/arm/vdso/vdsomunge.c:53:19: fatal error: error.h: No such file or directory
error.h is a glibc only header (ie not available in musl, newlib and
bsd libcs). Changed the error reporting to standard conforming code
to avoid depending on specific C implementations.
Signed-off-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
datapage.S | ||
Makefile | ||
vdso.lds.S | ||
vdso.S | ||
vdsomunge.c | ||
vgettimeofday.c |