diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-12 23:41:37 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-12 23:41:37 +0000 |
commit | b06fe940ea06a07cf28489900f1dcdb8e9afeadc (patch) | |
tree | 11b75b928a022aa1f94cc70c4eeddd79374254ab /gas/mpw-make.in | |
parent | 266f665221f1f28214c917ad3a906eae8f3b2375 (diff) | |
download | gdb-b06fe940ea06a07cf28489900f1dcdb8e9afeadc.zip gdb-b06fe940ea06a07cf28489900f1dcdb8e9afeadc.tar.gz gdb-b06fe940ea06a07cf28489900f1dcdb8e9afeadc.tar.bz2 |
Sun Jun 12 16:38:42 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (C, CFLAGS): Removed definitions.
(ALL_CFLAGS): Define.
Set default rule to use {CC} instead of {C}.
Diffstat (limited to 'gas/mpw-make.in')
-rw-r--r-- | gas/mpw-make.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/mpw-make.in b/gas/mpw-make.in index 3a5f4b6..f6eaafd 100644 --- a/gas/mpw-make.in +++ b/gas/mpw-make.in @@ -4,11 +4,9 @@ s = "{srcdir}" o = : -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:,::extra-include,"{srcroot}"include:mpw: +ALL_CFLAGS = {CFLAGS} {CROSS} -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}" @@ -16,7 +14,7 @@ CFLAGS = -w -mc68020 -mc68881 -model far {CROSS} -d MPW -d TARGET_BYTES_BIG_ENDI # Default rule that puts each file into separate segment. .c.o \Option-f .c - {C} {DepDir}{Default}.c {CFLAGS} {SymOptions} -s gas-{Default} -o {TargDir}{Default}.c.o + {CC} {DepDir}{Default}.c {ALL_CFLAGS} -s gas_{Default} -o {TargDir}{Default}.c.o prefix = usr:local: |