diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-22 21:22:08 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-22 21:22:08 +0000 |
commit | b6597455e1ce7a42c7b273803cc77172f7b3cfc3 (patch) | |
tree | c0dcb8d1683c0eceeb193cc465306058bebdd2c5 /config/mpw-mh-mpw | |
parent | 5efd597b3c74f3a2e03f2508140a43203f5e73cb (diff) | |
download | gdb-b6597455e1ce7a42c7b273803cc77172f7b3cfc3.zip gdb-b6597455e1ce7a42c7b273803cc77172f7b3cfc3.tar.gz gdb-b6597455e1ce7a42c7b273803cc77172f7b3cfc3.tar.bz2 |
MPW makefile definitions
Diffstat (limited to 'config/mpw-mh-mpw')
-rw-r--r-- | config/mpw-mh-mpw | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/mpw-mh-mpw b/config/mpw-mh-mpw new file mode 100644 index 0000000..c296ed2 --- /dev/null +++ b/config/mpw-mh-mpw @@ -0,0 +1,15 @@ +# This is an MPW makefile fragment. + +CC = C -d MPW_C +#CC = gC + +CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far + +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 |