commit | 2d1a3d966f83f86ea4f1062732f2c3a946270bb3 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Thu May 20 17:38:57 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Aug 28 08:48:03 2021 -0400 |
tree | 245c93e53db8f7167a9b4da8b3dfaa9e7363445e | |
parent | aefec97d0f81900c036126d438571e105271f2a8 [diff] |
cmake: removed stray space in readelf in-/outfile flag Removed stray whitespace in readelf infile and outfile flag. Some bintools use `--arg=<val>`, others `--arg <val>` therefore the call at this location should not force a space, as that will fail on tools using `=`, as this becomes: `--arg= <val>` Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>