Changeset ff87f70 in mainline
- Timestamp:
- 2017-04-04T14:35:52Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 39f892a9
- Parents:
- 356c386
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r356c386 rff87f70 925 925 # Platform-specific utilities 926 926 if ((config['BARCH'] == "amd64") or (config['BARCH'] == "ia32") or (config['BARCH'] == "ppc32") or (config['BARCH'] == "sparc64")): 927 common['GENISOIMAGE'] = check_app_alternatives([" mkisofs", "genisoimage", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")927 common['GENISOIMAGE'] = check_app_alternatives(["genisoimage", "mkisofs", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage") 928 928 if common['GENISOIMAGE'] == 'xorriso': 929 929 common['GENISOIMAGE'] += ' -as genisoimage'
Note:
See TracChangeset
for help on using the changeset viewer.