| commit | 50b78f08eadae3e4ca373c0c5dc839c5449b6a1f | [log] [tgz] |
|---|---|---|
| author | Andy Ross <andrew.j.ross@intel.com> | Fri Jul 12 13:36:49 2019 -0700 |
| committer | Anas Nashif <anas.nashif@intel.com> | Sun Jul 14 04:54:29 2019 -0700 |
| tree | 860ab70b9aee16bf693ab378bf19aed6b7960e22 | |
| parent | 12c0bc427bf1fc300d324c672ea3add3319456a4 [diff] |
cmake: Remove check_link_map.py This script is looking for a hyperspecific error (mismatched padding when linking into two simultaneous output sections) that bit us once, in an era where the linker scripts were less unified. We haven't seen it crop up since, and multiple platforms have changed the way they do this anyway. It's needless complexity. Junk it. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>