|
Last change
on this file since 730 was
728,
checked in by cfuguet, 11 years ago
|
|
fault_tolerance/tsar_generic_iob:
main arguments
- Replacing atoi function by strtol to accept hexadecimal
numeric arguments
config files
Introducing:
- configuration files (conf/preloader*) for compiling preloader.
- configuration file (soclib.conf) for compiling with soclib-cc.
- description file (arch.py) for generating hard and soft
configuration files using GIET_VM genmap script
|
|
File size:
369 bytes
|
| Line | |
|---|
| 1 | cflags = config.default.toolchain.cflags \ |
|---|
| 2 | + ['-DUSE_OPENMP=0'] \ |
|---|
| 3 | + ['-DDISTRIBUTED_BOOT=false'] \ |
|---|
| 4 | # + ['-ggdb'] |
|---|
| 5 | |
|---|
| 6 | config.default.toolchain.set( |
|---|
| 7 | "cflags", cflags |
|---|
| 8 | ) |
|---|
| 9 | |
|---|
| 10 | import os |
|---|
| 11 | tsar_path = os.environ['TSARPATH'] |
|---|
| 12 | config.addDescPath(tsar_path + "/lib") |
|---|
| 13 | config.addDescPath(tsar_path + "/communication") |
|---|
| 14 | config.addDescPath(tsar_path + "/modules") |
|---|
Note: See
TracBrowser
for help on using the repository browser.