Changeset 3f1a481 in mainline
- Timestamp:
- 2019-08-18T12:20:40Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 521669d
- Parents:
- 095ed4a
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-18 12:20:37)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-18 12:20:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/config.py
r095ed4a r3f1a481 772 772 773 773 if mask_platform and (varname == "PLATFORM" or varname == "MACHINE" or varname == "COMPILER"): 774 continue774 rule = varname, vartype, "(locked) " + name, choices, cond 775 775 776 776 if varname == selname: … … 837 837 else: 838 838 value = config[selname] 839 840 if mask_platform and (selname == "PLATFORM" or selname == "MACHINE" or selname == "COMPILER"): 841 continue 839 842 840 843 if seltype == 'choice':
Note:
See TracChangeset
for help on using the changeset viewer.