diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-01 00:13:48 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-01 00:13:48 +0000 |
commit | a6eb91c3a9715faa5139262db02fc2007fa615bf (patch) | |
tree | 128ad548d2e40ca901624b06ef2beaa6fee86bda /config | |
parent | efe3ff3ef0c2ec9881d083c313267df136b5d9fe (diff) | |
download | gdb-a6eb91c3a9715faa5139262db02fc2007fa615bf.zip gdb-a6eb91c3a9715faa5139262db02fc2007fa615bf.tar.gz gdb-a6eb91c3a9715faa5139262db02fc2007fa615bf.tar.bz2 |
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
functions.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog.mpw | 5 | ||||
-rw-r--r-- | config/mpw-mh-mpw | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/config/ChangeLog.mpw b/config/ChangeLog.mpw index 42b4e75..ad07398 100644 --- a/config/ChangeLog.mpw +++ b/config/ChangeLog.mpw @@ -1,3 +1,8 @@ +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 + functions. + Sat Jan 22 13:07:02 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-mh-mpw: New file, host makefile definitions for MPW. diff --git a/config/mpw-mh-mpw b/config/mpw-mh-mpw index c296ed2..b153d5c 100644 --- a/config/mpw-mh-mpw +++ b/config/mpw-mh-mpw @@ -3,7 +3,8 @@ CC = C -d MPW_C #CC = gC -CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far +#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 |