OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [libposix/] [SConscript] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
# -*- mode: python; coding: utf-8; -*-
2
 
3
#  Codezero -- A Virtualization microkernel for embedded systems.
4
#
5
#  Copyright © 2009  B Labs Ltd
6
 
7
Import('env')
8
 
9
e = env.Clone()
10
e.Append(CPPPATH = ['include', 'include/posix'])
11
e.Replace(CCFLAGS = ['-g','-nostdinc',  '-nostdlib', '-Wall', '-Werror', '-ffreestanding', '-std=gnu99'],
12
          CPPFLAGS = ' -include l4lib/macros.h ')
13
 
14
objects = e.StaticObject(Glob('*.c'))
15
libposix = e.StaticLibrary('posix', objects)
16
 
17
Return('libposix')

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.