source: branches/reconfiguration/platforms/tsar_generic_iob/soclib.conf @ 808

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

reconf/tsar_generic_iob: minor improvements in the soclib.conf file

File size: 454 bytes
RevLine 
[808]1# append compilation flags
2cflags = config.default.toolchain.cflags
3cflags.extend(['-DUSE_OPENMP=0'])
4#cflags.extend(['-ggdb'])
5config.default.toolchain.set("cflags", cflags)
[748]6
[808]7# append modules' description file paths
8from os import environ
9from os.path import join
10tsarpath = environ['TSARPATH']
11config.addDescPath(join(tsarpath, "trunk/lib"))
12config.addDescPath(join(tsarpath, "trunk/communication"))
13config.addDescPath(join(tsarpath, "trunk/modules"))
Note: See TracBrowser for help on using the repository browser.