diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2020-02-14 12:34:14 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-19 11:24:15 +0000 |
commit | f84aa7c191e5c646c881cb6f5f9fc9dd466346ad (patch) | |
tree | e83e75ff613b8e9ed593faaa9a42f10ff25daaf3 /scripts/combo-layer-hook-default.sh | |
parent | cf8169a5f74d6e148e7fa6ee703c0b90103b90c8 (diff) | |
download | poky-f84aa7c191e5c646c881cb6f5f9fc9dd466346ad.tar.gz |
newlib: Move syscalls from newlib to libgloss
By passing --disabled-newlib-supplied-syscalls, newlib will disable the
generation of builtin syscalls and move this to libgloss. (This also
affects the generation of crt0.o.)
libgloss SHOULD then provide the syscalls, crt0.o and other functions that
are no longer part of newlib itself. This now means that you must link
with both newlib and libgloss, whereas before newlib would run in many
configurations by itself.
(From OE-Core rev: f495e1f771b60d2db11ffa351adf56ba664fe7e1)
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/combo-layer-hook-default.sh')
0 files changed, 0 insertions, 0 deletions