source: branches/fault_tolerance/platform/tsar_generic_iob/soclib.conf @ 658

Last change on this file since 658 was 652, checked in by cfuguet, 10 years ago

Modifying makefile and soclib configuration file
of the fault_tolerance::tsar_generic_iob platform.

File size: 309 bytes
Line 
1config.default.toolchain.set(
2        "cflags", config.default.toolchain.cflags
3#       "cflags", config.default.toolchain.cflags + ['-ggdb']
4)
5
6import os
7tsar_path = os.environ['TSARPATH']
8config.addDescPath(tsar_path + "/branches/fault_tolerance/module")
9config.addDescPath(tsar_path + "/branches/fault_tolerance/lib")
10
Note: See TracBrowser for help on using the repository browser.