Use -Os for STM apps. Fix altos.ld to matchall .rodata* sections
authorKeith Packard <keithp@keithp.com>
Fri, 23 Mar 2012 08:42:32 +0000 (01:42 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Mar 2012 04:37:04 +0000 (21:37 -0700)
commitc1531fb26461b9f4ec39672bbfaeb70e6f4d1056
treed6ae89d6a1ae982f71346d3dce477d8ffcf527cf
parentf2c110fb4531144f18f62200e4127738c84e87f1
Use -Os for STM apps. Fix altos.ld to matchall .rodata* sections

Without .rodata*, it would stick the flash copy of the data on top of
any further .rodata* sections. Fortunately, the linker catches that
and complains...

Signed-off-by: Keith Packard <keithp@keithp.com>
src/megametrum-v0.1/Makefile
src/stm-demo/Makefile
src/stm/Makefile.defs
src/stm/altos.ld