nommu/flat: build packages with the correct FLAGS
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 11 Sep 2013 12:53:44 +0000 (09:53 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 12 Sep 2013 22:12:15 +0000 (00:12 +0200)
commit71701eb6d77f2fe03124f559ed0d1a9e559b3d17
tree1d77d097a956335657f9e7ecdd59a513ad910ce2
parent4fc45ccca5de28fec0b1f777f3b6c920b02c2dcf
nommu/flat: build packages with the correct FLAGS

When building for nommu flat targets the CFLAGS/CXXFLAGS/LDFLAGS must be
adjusted accordingly.
For gcc this means passing along -Wl,-elf2flt to signal the linker.
For ld this means -elf2flt.

Also correct the error in STACKSIZE settings from commit 9edf482d which
is setting gcc flags as ld flags and will surely fail (no package uses
it at the moment so it was never seen).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.in