contiki/platform/galileo/bsp
Michael LeMay b79fcaa7d8 galileo: Override Ubuntu's default GCC flags to avoid link errors
Ubuntu enables GCC's stack protector by default (see
https://wiki.ubuntu.com/Security/Features).  This causes link errors
like the following:

 ...undefined reference to `__stack_chk_fail'

To avoid these errors, this patch adds the "-fno-stack-protector" flag
to both the CFLAGS used by the Contiki build process and the CFLAGS
used by the newlib build process.
2015-12-21 08:06:14 -02:00
..
grub galileo: Add BSP files 2015-12-21 08:06:14 -02:00
libc galileo: Override Ubuntu's default GCC flags to avoid link errors 2015-12-21 08:06:14 -02:00
openocd-scripts galileo: Add 'debug' rule 2015-12-21 08:06:14 -02:00