Changeset 75701004 in mainline for tools/autotool.py
- Timestamp:
- 2018-06-07T16:07:26Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 931afbc
- Parents:
- 18ad56a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r18ad56a8 r75701004 579 579 check_app(["make", "--version"], "Make utility", "preferably GNU Make") 580 580 check_app(["unzip"], "unzip utility", "usually part of zip/unzip utilities") 581 check_app(["tar", "--version"], "tar utility", "usually part of tar") 581 582 582 583 platform, cc_args, target = get_target(config)
Note:
See TracChangeset
for help on using the changeset viewer.