mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 09:43:14 +01:00
Kernel updates since December 2009
This commit is contained in:
@@ -8,7 +8,8 @@ Import('env')
|
||||
|
||||
e = env.Clone()
|
||||
e.Append(CPPPATH = ['include', 'include/posix'])
|
||||
e.Replace(CCFLAGS = ['-g', '-nostdlib', '-Wall', '-Werror', '-ffreestanding', '-std=gnu99'])
|
||||
e.Replace(CCFLAGS = ['-g','-nostdinc', '-nostdlib', '-Wall', '-Werror', '-ffreestanding', '-std=gnu99'],
|
||||
CPPFLAGS = ' -include l4lib/macros.h ')
|
||||
|
||||
objects = e.StaticObject(Glob('*.c'))
|
||||
libposix = e.StaticLibrary('posix', objects)
|
||||
|
||||
Reference in New Issue
Block a user