mbed-os/tools/config
Rob Walton bb540c995a 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-10 14:55:40 +01:00
..
__init__.py Toolchain: Remove check for default_lib attribute 2020-06-10 14:55:40 +01:00
definitions.json Fix typo in config schema definitons 2019-02-11 08:45:35 -06:00
header.tmpl Config: config header file should contain new line 2017-04-28 10:41:23 +01:00
schema_app.json Pass requires in mbed_app.json test 2019-01-15 17:05:43 -06:00
schema_lib.json Pass requires in mbed_app.json test 2019-01-15 17:05:43 -06:00