diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-12 23:37:35 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-12 23:37:35 +0000 |
commit | 266f665221f1f28214c917ad3a906eae8f3b2375 (patch) | |
tree | 61408005770fb9082579edb6b5698a21882f0df9 /config | |
parent | b09967b3b792117bd9954f316ca13ae74d9d250b (diff) | |
download | gdb-266f665221f1f28214c917ad3a906eae8f3b2375.zip gdb-266f665221f1f28214c917ad3a906eae8f3b2375.tar.gz gdb-266f665221f1f28214c917ad3a906eae8f3b2375.tar.bz2 |
Sun Jun 12 16:30:34 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-mh-mpw (CC): Define ALMOST_STDC.
(CFLAGS): Remove ALMOST_STDC, -mc68881.
(LDFLAGS): add -w.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog.mpw | 6 | ||||
-rw-r--r-- | config/mpw-mh-mpw | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/config/ChangeLog.mpw b/config/ChangeLog.mpw index ad07398..59e2b5c 100644 --- a/config/ChangeLog.mpw +++ b/config/ChangeLog.mpw @@ -1,3 +1,9 @@ +Sun Jun 12 16:30:34 1994 Stan Shebs (shebs@andros.cygnus.com) + + * mpw-mh-mpw (CC): Define ALMOST_STDC. + (CFLAGS): Remove ALMOST_STDC, -mc68881. + (LDFLAGS): add -w. + Mon Jan 31 16:11:52 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of diff --git a/config/mpw-mh-mpw b/config/mpw-mh-mpw index b153d5c..c80c0cf 100644 --- a/config/mpw-mh-mpw +++ b/config/mpw-mh-mpw @@ -1,12 +1,12 @@ # This is an MPW makefile fragment. -CC = C -d MPW_C -#CC = gC +CC = C -d MPW_C -d ALMOST_STDC -#CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far -b -CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far -b +#GCC = gC1 -LDFLAGS = -d -model far -c 'MPS ' -t MPST +CFLAGS = -d MPW -w -mc68020 -model far -b + +LDFLAGS = -w -d -model far -c 'MPS ' -t MPST EXTRALIBS = \Option-d "{CLibraries}"StdClib.o \Option-d |