Apply George Koehler's aelflod fix for generating non-EM_386 binaries.

Adjust platforms to use it. Fix some bugs in the linux386 platform.

--HG--
branch : dtrg-experimental-powerpc
This commit is contained in:
David Given
2013-05-09 15:54:23 +01:00
parent 99d7f513f2
commit b9b808e01a
5 changed files with 30 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
local d = ROOTDIR.."plat/linux386/"
include (d.."libsys/pmfile")
include "plat/linux/liblinux/pmfile"
local bootsector = ackfile {
file (d.."boot.s"),
@@ -41,6 +42,7 @@ platform_linux386 = group {
-- Build the PC standalone syscall library.
liblinux,
libsys_linux386,
bootsector,
}