Ignore:
Timestamp:
Mar 3, 2014, 11:38:49 AM (10 years ago)
Author:
cfuguet
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fault_tolerance/platform/tsar_generic_iob/soclib.conf

    r648 r652  
    1 config.default.toolchain.set("cflags", config.default.toolchain.cflags)
     1config.default.toolchain.set(
     2        "cflags", config.default.toolchain.cflags
     3#       "cflags", config.default.toolchain.cflags + ['-ggdb']
     4)
    25
    3 #config.default.toolchain.set("cflags", config.default.toolchain.cflags + ['-ggdb'])
     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 TracChangeset for help on using the changeset viewer.