mirror of
https://github.com/drasko/codezero.git
synced 2026-01-24 16:53:14 +01:00
Kernel updates since December 2009
This commit is contained in:
@@ -79,7 +79,7 @@ class AllContainerPacker:
|
||||
def pack_all(self, config):
|
||||
self.generate_container_lds(self.containers_lds_out)
|
||||
self.generate_container_S(self.containers_S_out)
|
||||
os.system(config.user_toolchain + "gcc " + "-nostdlib -o %s -T%s %s" \
|
||||
os.system(config.toolchain + "gcc " + "-nostdlib -o %s -T%s %s" \
|
||||
% (self.containers_elf_out, self.containers_lds_out, \
|
||||
self.containers_S_out))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user