source: trunk/platforms/almos-tsar-mipsel/soclib.conf @ 778

Last change on this file since 778 was 609, checked in by almaless, 10 years ago

Introduce a TSAR reference platform for ALMOS

File size: 680 bytes
Line 
1
2config.lib_systemcass_openmp_mine = Library(
3        parent = config.systemc,
4        dir = "/users/outil/nbsdtsar/systemcass-optim",
5        libdir = "%(dir)s/lib-linux",
6        cflags = config.systemc.cflags+['-fopenmp']+['-O3']+['-DUSE_OPENMP=1'],
7        libs = ['-ldl', '-lm', '-lpthread', '-L%(libdir)s', '-lsystemc', '-rdynamic', '-fopenmp'],
8)
9
10config.systemcass_openmp_mine = BuildEnv(
11        parent = config.systemc_64,
12        libraries = [ config.lib_systemcass_openmp_mine ],
13        repos = "/dsk/l1/misc/almaless/soclib-cc/head/systemcass-optim",
14        cache_file = "/dsk/l1/misc/almaless/soclib-cc/head/systemcass-optim/soclib_cc.cache",
15        toolchain = config.toolchain_64,
16)
17
18config.default = config.systemcass_openmp_mine
Note: See TracBrowser for help on using the repository browser.