commit | be220c92e52413fe104fc3fca9190ff958a1b922 | [log] [tgz] |
---|---|---|
author | Gabor Abonyi <gabor.abonyi@arm.com> | Wed Nov 22 11:50:01 2023 +0100 |
committer | David Hu <david.hu@arm.com> | Thu Nov 23 03:25:00 2023 +0100 |
tree | 4c4c3ef563fdff2a72f7da8faab468e28ffd0313 | |
parent | a6a7f08cb74459b59cf9ed2f5c651d4a2eefc36a [diff] |
Platform: Retarget: Add __stderr definition Retarget only defines __stdout for armclang. In some cases, if __stderr is not defined, stdio_streams.o is automatically added at link step, which conflicts with our default retarget. Change-Id: I83563220a9d320e818e404b2114adf63a532daa5 Signed-off-by: Gabor Abonyi <gabor.abonyi@arm.com>