Dean Camera
|
276eb35d68
|
Don't print out full object file paths in the build system when cleaning object files.
|
2012-06-02 11:41:25 +00:00 |
Dean Camera
|
79ee9e755f
|
Add build system targets for lists of mandatory and optional parameters/variables.
|
2012-06-02 11:38:12 +00:00 |
Dean Camera
|
924c0eb6ac
|
Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD module to allow for language-specific compiler/assembler flags.
|
2012-06-02 11:18:28 +00:00 |
Dean Camera
|
8031d97a4f
|
Oops - fix accidental negation in the BUILD module architecture detection code. Add error if an unsupported architecture is requested.
|
2012-06-02 10:53:35 +00:00 |
Dean Camera
|
4453133d3c
|
Disable linker relaxations for the UC3 architecture, as this does not appear to be supported in the linker.
|
2012-06-02 10:50:38 +00:00 |
Dean Camera
|
2b332d3231
|
Replace architecture specific makefiles in the BuildTests with the new common build system makefiles.
|
2012-06-02 10:46:25 +00:00 |
Dean Camera
|
26cc2e9fa8
|
Make BUILD build system module not destroy C++ source files, and support multiple architectures.
|
2012-06-01 23:23:18 +00:00 |
Dean Camera
|
56e792c95b
|
Switch over Demos, Bootloaders and Projects to the new and improved build system.
|
2012-06-01 22:32:43 +00:00 |