mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-01 16:35:04 +00:00
a6eb91c3a9
* mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of functions.
17 lines
426 B
Plaintext
17 lines
426 B
Plaintext
# This is an MPW makefile fragment.
|
|
|
|
CC = C -d MPW_C
|
|
#CC = gC
|
|
|
|
#CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far -b
|
|
CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far -b
|
|
|
|
LDFLAGS = -d -model far -c 'MPS ' -t MPST
|
|
|
|
EXTRALIBS = \Option-d
|
|
"{CLibraries}"StdClib.o \Option-d
|
|
"{Libraries}"Stubs.o \Option-d
|
|
"{Libraries}"Runtime.o \Option-d
|
|
"{Libraries}"Interface.o \Option-d
|
|
#"{Libraries}"ToolLibs.o
|