Sun Jun 12 16:38:42 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Sun, 12 Jun 1994 23:41:37 +0000 (23:41 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sun, 12 Jun 1994 23:41:37 +0000 (23:41 +0000)
* mpw-make.in (C, CFLAGS): Removed definitions.
(ALL_CFLAGS): Define.
Set default rule to use {CC} instead of {C}.

gas/ChangeLog.mpw
gas/mpw-make.in

index 89e89d3705c88eafc7685b687880d440a8964a4d..378b58f14ee0074a53831f6d97725e9d10a50e71 100644 (file)
@@ -1,3 +1,9 @@
+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}.
+
 Sat Feb 26 13:23:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * mpw-make.in (install): Moved here from mpw-build.in.
index 3a5f4b6b2535c46a52876e9a7489aec8cdd22ccd..f6eaafd84925208921ff73e353e7774cd80155ca 100644 (file)
@@ -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: