altos/lpc,altos/stmf0: Use -n flag to work around link editor issue
authorKeith Packard <keithp@keithp.com>
Sat, 22 Apr 2017 00:06:23 +0000 (17:06 -0700)
committerBdale Garbee <bdale@gag.com>
Sat, 22 Apr 2017 17:39:17 +0000 (11:39 -0600)
Something changed in the link editor which makes it complain about 'no
space for program headers' on LPC and STMF0 builds. Somehow, adding
the '-n' flag to the linking step fixes it. It doesn't appear to break
the build, so I guess it's ok?

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found