Re: [SeaBIOS] [PATCH v3 1/2] Link rom.o with -N option.

2015-05-21 Thread Kevin O'Connor
On Tue, May 19, 2015 at 08:52:25PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > This option tells linker not to align sections in a way optimied for OS. > > ls -lh out/bios.bin.elf > -rwxr-xr-x 1 phcoder phcoder 90K Mai 19 20:38 out/bios.bin.elf > > Signed-off-by: Vladimir Serbinenko

[SeaBIOS] [PATCH v3 1/2] Link rom.o with -N option.

2015-05-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
This option tells linker not to align sections in a way optimied for OS. ls -lh out/bios.bin.elf -rwxr-xr-x 1 phcoder phcoder 90K Mai 19 20:38 out/bios.bin.elf Signed-off-by: Vladimir Serbinenko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile