mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-22 03:27:45 +00:00
Switch to binutils 2.14 by default.
This commit is contained in:
@ -721,7 +721,7 @@ if __name__ == "__main__":
|
||||
default='build', help='perform action')
|
||||
parser.add_argument('args', metavar='ARGS', type=str, nargs='*',
|
||||
help='action arguments')
|
||||
parser.add_argument('--binutils', choices=['2.9.1', '2.14'], default='2.9.1',
|
||||
parser.add_argument('--binutils', choices=['2.9.1', '2.14'], default='2.14',
|
||||
help='desired binutils version')
|
||||
parser.add_argument('--gcc', choices=['2.95.3'], default='2.95.3',
|
||||
help='desired gcc version')
|
||||
|
||||
Reference in New Issue
Block a user