Last change
on this file since 677 was
652,
checked in by cfuguet, 11 years ago
|
Modifying makefile and soclib configuration file
of the fault_tolerance::tsar_generic_iob platform.
|
File size:
309 bytes
|
Line | |
---|
1 | config.default.toolchain.set( |
---|
2 | "cflags", config.default.toolchain.cflags |
---|
3 | # "cflags", config.default.toolchain.cflags + ['-ggdb'] |
---|
4 | ) |
---|
5 | |
---|
6 | import os |
---|
7 | tsar_path = os.environ['TSARPATH'] |
---|
8 | config.addDescPath(tsar_path + "/branches/fault_tolerance/module") |
---|
9 | config.addDescPath(tsar_path + "/branches/fault_tolerance/lib") |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.