[riot-commits] [RIOT-OS/RIOT] a62441: make: build with linker garbage collection
Joakim Gebart
joakim.gebart at eistec.se
Mon Jul 13 22:36:16 CEST 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: a6244125973439e27a79e0d2ee2cdab5f97e8dc6
https://github.com/RIOT-OS/RIOT/commit/a6244125973439e27a79e0d2ee2cdab5f97e8dc6
Author: Thomas Eichinger <thomas.eichinger1 at gmail.com>
Date: 2015-07-13 (Mon, 13 Jul 2015)
Changed paths:
M boards/Makefile.include.cortexm_common
M boards/redbee-econotag/Makefile.include
Log Message:
-----------
make: build with linker garbage collection
Currently only has the linker flag --gc-sections defined which tells
the linker to omit dead code. Depending on the application this leads
to significant reduction of code size.
Commit: f8a8e6994ec57e208e6035f8a39a4bdfa31d3a77
https://github.com/RIOT-OS/RIOT/commit/f8a8e6994ec57e208e6035f8a39a4bdfa31d3a77
Author: Joakim Gebart <joakim.gebart at eistec.se>
Date: 2015-07-13 (Mon, 13 Jul 2015)
Changed paths:
M boards/Makefile.include.cortexm_common
M boards/redbee-econotag/Makefile.include
Log Message:
-----------
Merge pull request #3163 from gebart/pr/adopted/add_gc
make: build with linker garbage collection
Compare: https://github.com/RIOT-OS/RIOT/compare/789744c89d12...f8a8e6994ec5
More information about the commits
mailing list