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)
commit1db7169b193808c733852054e9a4713cdbd76cea
tree12b7a25f409ee20fade2435ed236b7cb1fb41b32
parent6734a8ff4a13155f041f9497b0c5908c08650891
altos/lpc,altos/stmf0: Use -n flag to work around link editor issue

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>
src/lpc/Makefile.defs
src/stmf0/Makefile.defs