Cleaning loader libc and uart

This commit is contained in:
Amit Mahajan
2009-10-29 12:48:16 +05:30
parent b8829118e0
commit a81574b899
108 changed files with 261 additions and 11596 deletions

View File

@@ -24,7 +24,7 @@ env = Environment(CC = config.kernel_toolchain + 'gcc',
PROGSUFFIX = '.elf', # The suffix to use for final executable
ENV = {'PATH' : os.environ['PATH']}, # Inherit shell path
LIBS = 'gcc', # libgcc.a - This is required for division routines.
CPPPATH = "#include")
CPPFLAGS = [])
e = env.Clone()
e.Append(CPPPATH = ['include/sys-' + variant + '/arch-' + arch])