Last change
on this file since 741 was
724,
checked in by cfuguet, 10 years ago
|
branches/fault_tolerance:
- Recreating fault_tolerance branch with all new modifications from
trunk.
- Introducing distributed boot rom in the tsar_generic_iob platform
|
File size:
680 bytes
|
Line | |
---|
1 | |
---|
2 | config.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 | |
---|
10 | config.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 | |
---|
18 | config.default = config.systemcass_openmp_mine |
---|
Note: See
TracBrowser
for help on using the repository browser.