- Timestamp:
- Dec 20, 2015, 7:30:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/soclib.conf
r957 r1027 1 from os import environ 2 from os.path import join 3 1 4 # append compilation flags 2 cflags = config.default.toolchain.cflags 5 #cflags = config.default.toolchain.cflags 6 #cflags.extend(['-Wno-unknown-warning-option']) 3 7 #cflags.extend(['-ggdb']) 4 config.default.toolchain.set("cflags", cflags)8 #config.default.toolchain.set("cflags", cflags) 5 9 6 10 # append modules' description file paths 7 from os import environ 8 from os.path import join 11 # set the TSARPATH env variable to the path of TSAR's soclib working directory 12 # (e.g. export TSARPATH=<path_to_tsar>). Otherwise, modify hereafter the 13 # tsarpath variable, and set the path explicitly. 9 14 tsarpath = environ['TSARPATH'] 10 15 config.addDescPath(join(tsarpath, "trunk/lib"))
Note: See TracChangeset
for help on using the changeset viewer.