2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00

Fixed #17, but still problems with LHA unpack.

This commit is contained in:
Krystian Bacławski
2016-01-21 00:27:56 +01:00
parent 0bab2e953a
commit 32cea3884f

View File

@ -201,6 +201,8 @@ if __name__ == "__main__":
parser.add_argument('action',
choices=['build', 'clean'],
default='build', help='perform action')
parser.add_argument('args', metavar='ARGS', type=str, nargs='*',
help='action arguments')
parser.add_argument('--binutils', choices=['2.18', '2.23.2'], default='2.18',
help='desired binutils version')
parser.add_argument('--gcc', choices=['4.2.4', '4.9.1'], default='4.2.4',