1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/msba2-common
Joakim Gebart 390b8394d6 msba2: Use --gc-sections when linking.
- Add `-Wl,--gc-sections` to LDFLAGS
 - Add `-fdata-sections` and `-ffunction-sections` to CFLAGS
 - Update lpc2387 linker script to keep the isr vector and init
   sections when garbage collecting.
 - Keep .ctors and .dtors sections (similar to what binutils default
   linker script does when building for Linux targets)

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2014-12-17 11:37:58 +01:00
..
drivers core/cpu/boards: removed fw_puts from RIOT 2014-11-21 13:09:02 +01:00
include doc: fixed typos and other misspellings 2014-11-30 21:32:12 +01:00
tools doc: added and fixed some copyright boilerplates 2014-10-30 19:30:14 +01:00
board_common_init.c Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
board_config.c doc: use lgplv2.1-short license header instead of lgplv2-short-v1 2014-07-31 22:57:20 +02:00
lpc2387-timer3.c Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
Makefile make: easifier usage of module subdirectories 2014-06-17 15:49:32 +02:00
Makefile.dep drivers - cc110x: rename cc110x to cc110x_legacy_csma 2014-10-28 16:18:50 +01:00
Makefile.include msba2: Use --gc-sections when linking. 2014-12-17 11:37:58 +01:00