Changeset 92c07dc in mainline
- Timestamp:
- 2016-06-23T00:08:31Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b454a22
- Parents:
- 6a66923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r6a66923 r92c07dc 924 924 # Platform-specific utilities 925 925 if ((config['BARCH'] == "amd64") or (config['BARCH'] == "ia32") or (config['BARCH'] == "ppc32") or (config['BARCH'] == "sparc64")): 926 common['GENISOIMAGE'] = check_app_alternatives([" xorriso", "mkisofs", "genisoimage"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")926 common['GENISOIMAGE'] = check_app_alternatives(["mkisofs", "genisoimage", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage") 927 927 if common['GENISOIMAGE'] == 'xorriso': 928 928 common['GENISOIMAGE'] += ' -as genisoimage' 929 929 930 930 probe = probe_compiler(common,
Note:
See TracChangeset
for help on using the changeset viewer.