Changeset 4d3e5a4 in buchla-68k
- Timestamp:
-
07/21/2017 12:50:40 AM
(7 years ago)
- Author:
- Thomas Lopatic <thomas@…>
- Branches:
- master
- Children:
- 55edaf3
- Parents:
- 84920eb
- Message:
-
Base registers default to word size.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r84920eb
|
r4d3e5a4
|
|
20 | 20 | -I include |
21 | 21 | |
22 | | FLAGS_ASM := $(FLAGS) -Wa,--register-prefix-optional |
| 22 | FLAGS_ASM := $(FLAGS) -Wa,--register-prefix-optional,--base-size-default-16 |
23 | 23 | FLAGS_LNK := $(FLAGS) -mshort -std=c99 -ffreestanding -nostdlib |
24 | 24 | |