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)
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>

No differences found