source: trunk/platforms/tsarv4_generic_xbar/soclib.conf @ 172

Last change on this file since 172 was 172, checked in by alain, 13 years ago
File size: 963 bytes
Line 
1config.lib_systemcass_openmp_mine = Library(
2        parent = config.systemc,
3        dir = "/users/outil/nbsdtsar/systemcass",
4        libdir = "%(dir)s/lib-linux",
5        cflags = config.systemc.cflags+['-fopenmp']+['-O3'],
6        #cflags = config.systemc.cflags,
7        libs = ['-ldl', '-lm', '-lpthread', '-L%(libdir)s', '-lsystemc', '-rdynamic', '-fopenmp'],
8        #libs = ['-ldl', '-lm', '-lpthread', '-L%(libdir)s', '-lsystemc', '-rdynamic'],
9)
10
11config.systemcass_openmp_mine = BuildEnv(
12        parent = config.systemc_64,
13        libraries = [ config.lib_systemcass_openmp_mine ],
14        #base = config.systemc_32,
15        repos = "/dsk/l1/misc/alain/soclib-cc/head/systemcass-mine",
16        cache_file = "/dsk/l1/misc/alain/soclib-cc/head/systemcass-mine/soclib_cc.cache",
17        toolchain = config.toolchain_64,
18        #toolchain = config.dist_toolchain,
19)
20
21#config.default = config.systemcass
22config.default = config.systemcass_openmp_mine
23
24config.default.toolchain.set("cflags", config.default.toolchain.cflags + ['-DI_WANT_ILLEGAL_VCI'])
25
Note: See TracBrowser for help on using the repository browser.