Use the correct ELF processor flags; align properly.

This commit is contained in:
David Given 2018-09-09 18:57:35 +02:00
parent f3bc9ef92a
commit c769fbec93

View file

@ -18,7 +18,7 @@ var ARCH=mips
var PLATFORM=linuxmips
var PLATFORMDIR={EM}/share/ack/{PLATFORM}
var CPP_F=-D__unix
var ALIGN=-a0:4 -a1:4 -a2:4 -a3:4 -b0:0x00400054
var ALIGN=-a0:8 -a1:8 -a2:8 -a3:8 -b0:0x00400058
var MACHOPT_F=-m2
#var EGO_PLAT_FLAGS=-M{EM}/share/ack/ego/{ARCH}.descr
@ -82,6 +82,6 @@ name cv
from .out
to .exe
program {EM}/bin/aelflod
args -m8 -l -f0x70000000 < >
args -m8 -l -f0x70001000 < >
outfile linuxmips.exe
end