mbed-os/tools/toolchains
Jimmy Brisson 21cc67ebf0 Tools: Don't traceback on missing linker script
### Description

The `mbed compile` would traceback when no linker script is found.
This PR changes that behavior to make that into a NotSupportedException,
which has decent user behavior.

Fixes #7723

### Pull request type

    [x] Fix
    [ ] Refactor
    [ ] Target update
    [ ] Functionality change
    [ ] Breaking change
2018-11-02 19:49:52 -05:00
..
__init__.py Tools: Don't traceback on missing linker script 2018-11-02 19:49:52 -05:00
arm.py Track supported information within toolchain clasess 2018-11-02 19:49:52 -05:00
gcc.py Track supported information within toolchain clasess 2018-11-02 19:49:52 -05:00
iar.py Track supported information within toolchain clasess 2018-11-02 19:49:52 -05:00