mbed-os/tools/toolchains
Olaf Hagendorf bd614a2a11 [bugfix gcc_arm] build+make <-> export project+make: different results
when in target.json "default_build": "small" is configured
- build.py+make.py
  - uses linker option --specs=nano.specs
  - macro MBED_RTOS_SINGLE_THREAD is defined
- exporting with project.py + make Makefile
  - doesn't use the linker option --specs=nano.specs
  - doesn't contain macro MBED_RTOS_SINGLE_THREAD
2016-07-06 13:35:09 +02:00
..
__init__.py fpu with single/double precision - removing redundancy 2016-07-04 22:08:31 +02:00
arm.py fpu with single/double precision - removing redundancy 2016-07-04 22:08:31 +02:00
gcc.py [bugfix gcc_arm] build+make <-> export project+make: different results 2016-07-06 13:35:09 +02:00
iar.py fpu with single/double precision - removing redundancy 2016-07-04 22:08:31 +02:00