diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-01 02:07:53 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-01 02:07:53 +0000 |
commit | f1c1227a599affcfeac747eb86069b562e6b3e4b (patch) | |
tree | 606411b2a172c8c31c46ac83926edef6820a8a7e /gas/mpw-make.in | |
parent | 2abb453d8b1cd4f4fbcfdc6ef3c09185dc3c8cdf (diff) | |
download | gdb-f1c1227a599affcfeac747eb86069b562e6b3e4b.zip gdb-f1c1227a599affcfeac747eb86069b562e6b3e4b.tar.gz gdb-f1c1227a599affcfeac747eb86069b562e6b3e4b.tar.bz2 |
Mon Jan 31 18:06:41 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (CFLAGS): Add more include paths.
Diffstat (limited to 'gas/mpw-make.in')
-rw-r--r-- | gas/mpw-make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/mpw-make.in b/gas/mpw-make.in index 3eb7df7..b22cddc 100644 --- a/gas/mpw-make.in +++ b/gas/mpw-make.in @@ -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}" |