commit | dd154112a04d1f2763d188f5c05e19c4ec629482 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Fri Oct 08 11:21:14 2021 +0200 |
committer | György Szing <gyorgy.szing@arm.com> | Thu Dec 02 10:51:51 2021 +0100 |
tree | 2241ebd1775aced1a0029440da6df21696b7742e | |
parent | 2ccd8e87bdab7c5b2e00308fb8b6fbb4626d0772 [diff] |
Add newlib as external component Add component for fetching and compiling newlib into a minimalistic position independent library. It was necessary to introduce a patch file for allowing aarch64-linux-gnu-gcc to compile newlib which is the currently used compiler. Otherwise newlib would require a separate aarch64-none-elf toolchain to be able to recognize the bare metal target. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I12677bb89c4c46b81a29de8c087e7967908b8958