- Timestamp:
- 07/23/2017 08:22:02 PM (7 years ago)
- Branches:
- master
- Children:
- d44e001
- Parents:
- ff9ab1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rff9ab1a rd2b9839 9 9 CROSS_NM := $(CROSS_PRE)-nm 10 10 11 # -mshort sets the size of an int to 16 bits; important for interop with12 # the hand-written assembly language code13 14 11 FLAGS := -Os -m68000 -Wall -Wextra -gdwarf-4 12 13 # -mshort sets the size of an int to 16 bits; important for interop with the 14 # hand-written assembly language code 15 15 16 16 FLAGS_COM := $(FLAGS) -mshort -std=c99 -fleading-underscore -ffreestanding \ … … 20 20 -I include 21 21 22 # the assembly code doesn't preserve registers d2 and a2; don't use them23 # until this is fixed22 # the hand-written assembly language code doesn't preserve d2 and a2; don't use 23 # them until this is fixed 24 24 25 25 FLAGS_COM += -ffixed-d2 -ffixed-a2
Note:
See TracChangeset
for help on using the changeset viewer.