Changeset ff9ab1a in buchla-68k
- Timestamp:
- 07/23/2017 08:18:41 PM (7 years ago)
- Branches:
- master
- Children:
- d2b9839
- Parents:
- 55edaf3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r55edaf3 rff9ab1a 19 19 -Wstrict-prototypes -Wmissing-declarations -Wredundant-decls \ 20 20 -I include 21 22 # the assembly code doesn't preserve registers d2 and a2; don't use them 23 # until this is fixed 24 25 FLAGS_COM += -ffixed-d2 -ffixed-a2 21 26 22 27 FLAGS_ASM := $(FLAGS) -Wa,--register-prefix-optional,--base-size-default-16
Note:
See TracChangeset
for help on using the changeset viewer.