Changeset d2b9839 in buchla-68k


Ignore:
Timestamp:
07/23/2017 08:22:02 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d44e001
Parents:
ff9ab1a
Message:

Wording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rff9ab1a rd2b9839  
    99CROSS_NM :=             $(CROSS_PRE)-nm
    1010
    11 # -mshort sets the size of an int to 16 bits; important for interop with
    12 # the hand-written assembly language code
    13 
    1411FLAGS :=                -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
    1515
    1616FLAGS_COM :=    $(FLAGS) -mshort -std=c99 -fleading-underscore -ffreestanding \
     
    2020                                -I include
    2121
    22 # the assembly code doesn't preserve registers d2 and a2; don't use them
    23 # until this is fixed
     22# the hand-written assembly language code doesn't preserve d2 and a2; don't use
     23# them until this is fixed
    2424
    2525FLAGS_COM +=    -ffixed-d2 -ffixed-a2
Note: See TracChangeset for help on using the changeset viewer.