mbed-os/tools/toolchains
Rob Walton fc491fbf3d Toolchain: Remove check for default_lib attribute
Unfortunately the original fix doesn't hold for all targets in the online
compiler. I think this is because when we override target.c_lib with
target.default_lib, the default_lib isn't in the target.supported_c_libs
list. Removing the default_lib patch altogether seems to work in the
sense that compilation works. This may cause issues down the line if the
tools inadevertently swap out the user's selected c_lib with something
else. This is another problem we have to solve in a generic way which
supports all use cases we want for offline and online tools. At the
moment this is just a patch to get things working for mbed 6.
2020-06-02 09:07:00 +01:00
..
__init__.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
arm.py tools: Warn when ARMC5 is no longer supported 2020-05-22 15:39:01 +01:00
gcc.py psa: Remove PSA secure binary building tools 2020-04-27 09:51:14 +01:00
iar.py psa: Remove PSA secure binary building tools 2020-04-27 09:51:14 +01:00
mbed_toolchain.py Toolchain: Remove check for default_lib attribute 2020-06-02 09:07:00 +01:00