commit | 4da0f8b7965b962e3ac7fc0183d327b275adae18 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Mar 14 18:39:36 2019 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Mar 15 06:42:02 2019 -0500 |
tree | 18fa35c9ca0490f020d2f9f07721a6eb39fe4c5c | |
parent | 116dd8e527e8a668ae434af0d7e8aa5b06bbf2a8 [diff] |
linker: Remove unused (OPTIONAL) from linker scripts (OPTIONAL) was a vestiage from the initial import of the Zephyr code base and we dont utilize it with the GNU linker. Additionally, the way (OPTIONAL) gets defined to nothing creates a linker script that lld (from llvm) doesn't like. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>