Mon Jan 31 18:06:41 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (CFLAGS): Add more include paths.
This commit is contained in:
parent
2abb453d8b
commit
f1c1227a59
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jan 31 18:06:41 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-make.in (CFLAGS): Add more include paths.
|
||||
|
||||
Tue Jan 25 10:49:31 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-config.in (varargs.h, sys/*.h): Don't create when
|
||||
|
|
|
@ -8,7 +8,7 @@ C = C -d MPW_C
|
|||
|
||||
CROSS = -d CROSS_COMPILE
|
||||
|
||||
CFLAGS = -w -mc68020 -mc68881 -model far {CROSS} -d MPW -d TARGET_BYTES_BIG_ENDIAN -d BFD_ASSEMBLER -i "{topsrcdir}"include: -i "{topsrcdir}"bfd:,"{srcdir}",::bfd:
|
||||
CFLAGS = -w -mc68020 -mc68881 -model far {CROSS} -d MPW -d TARGET_BYTES_BIG_ENDIAN -d BFD_ASSEMBLER -i "{topsrcdir}"include: -i "{topsrcdir}"bfd:,"{srcdir}",::bfd:,::extra-include,"{srcroot}"include:mpw:
|
||||
# debug options: -mbg on -sym on
|
||||
|
||||
"{o}" \Option-f : "{s}"
|
||||
|
|
Loading…
Reference in a new issue