* mpw-config.in: Use sed instead of StreamEdit, add definitions
authorStan Shebs <shebs@codesourcery.com>
Sun, 26 Jun 1994 23:00:20 +0000 (23:00 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sun, 26 Jun 1994 23:00:20 +0000 (23:00 +0000)
for mips target.
* mpw-make.in: Remove mips targets definitions, add rule to
compile with GCC, remove ecoff.c.o and ecofflink.c.o from list of
required object files.

bfd/ChangeLog.mpw
bfd/mpw-config.in
bfd/mpw-make.in

index 408c168c865ded2385982f63ad0794ae42e119c6..68cfe16a6efd329f1b6a9b9147113836c44f333b 100644 (file)
@@ -1,3 +1,11 @@
+Sun Jun 26 15:55:53 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * mpw-config.in: Use sed instead of StreamEdit, add definitions
+       for mips target.
+       * mpw-make.in: Remove mips targets definitions, add rule to
+       compile with GCC, remove ecoff.c.o and ecofflink.c.o from list of
+       required object files.
+
 Tue Apr  5 17:54:07 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * hosts/mpw.h (CLOSE_BEFORE_UNLINK): Define.
index 88403fdf1e2cec8e3a40ea650a8a1606874542f5..b70c2f7e594253d14cdaa43b3ff64d68a09c2611 100644 (file)
@@ -2,5 +2,13 @@
 
 forward-include "{srcdir}"hosts:mpw.h sysdep.h
 
-StreamEdit -e '/@WORDSIZE@/ Replace /@WORDSIZE@/ "32"' {srcdir}bfd-in2.h >bfd.h-new
+sed -e 's/@WORDSIZE@/32/' {srcdir}bfd-in2.h >bfd.h-new
 MoveIfChange bfd.h-new bfd.h
+
+If "{target_canonical}" =~ /m68k-aout/
+Else If "{target_canonical}" =~ /mips-idt-ecoff/
+       Echo 'WORDSIZE = 32' >"{objdir}"mk.tmp
+       Echo 'BFD_BACKENDS = "{o}"coff-mips.c.o "{o}"ecoff.c.o "{o}"ecofflink.c.o' >>"{objdir}"mk.tmp
+       Echo 'BFD_MACHINES = "{o}"cpu-mips.c.o' >>"{objdir}"mk.tmp
+       Echo 'TDEFAULTS = -d DEFAULT_VECTOR=ecoff_big_vec -d SELECT_VECS=&ecoff_big_vec,&ecoff_little_vec -d SELECT_ARCHITECTURES=bfd_mips_arch' >>"{objdir}"mk.tmp
+End If
index 78805a2a7155eedb0ebd1eb44648456d2010dd14..ad1b0879ac77d9aff63212eefa9fe645d6e55f74 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+DebugOptions = -d DEBUG_BFD_SEND
+
+gC = gC1
+
 s = "{srcdir}"
 
 o = :
@@ -27,7 +31,10 @@ o = :
 # Default rule that puts each file into separate segment.
 
 .c.o  \Option-f .c
-   {CC}  {DepDir}{Default}.c {ALL_CFLAGS} -d DEBUG_BFD_SEND {SymOptions} -s {Default} -o {TargDir}{Default}.c.o
+   {CC}  {DepDir}{Default}.c {ALL_CFLAGS} -s bfd_{Default} -o {TargDir}{Default}.c.o
+
+.gc.o  \Option-f .c
+   {gC}  {DepDir}{Default}.c {ALL_CFLAGS} -s bfd_{Default} -o {TargDir}{Default}.gc.o
 
 HDEFINES =
 TDEFINES =
@@ -101,7 +108,7 @@ BFD_LIBS = \Option-d
        "{o}"archive.c.o "{o}"archures.c.o "{o}"bfd.c.o "{o}"cache.c.o "{o}"coffgen.c.o "{o}"core.c.o "{o}"ctor.c.o \Option-d
        "{o}"format.c.o "{o}"init.c.o "{o}"libbfd.c.o "{o}"opncls.c.o "{o}"reloc.c.o \Option-d
        "{o}"section.c.o "{o}"syms.c.o "{o}"targets.c.o "{o}"hash.c.o "{o}"linker.c.o \Option-d
-       "{o}"ecoff.c.o "{o}"ecofflink.c.o "{o}"elf.c.o "{o}"srec.c.o
+       "{o}"elf.c.o "{o}"srec.c.o
 
 # This list is alphabetized to make it easier to keep in sync
 # with the decls and initializer in archures.c.
@@ -200,11 +207,6 @@ OPTIONAL_BACKENDS = \Option-d
        "{o}"trad-core.c.o
 
 # These are defined by configure.in\Option-f
-WORDSIZE=32
-BFD_BACKENDS = "{o}"coff-mips.c.o
-BFD_MACHINES = "{o}"cpu-mips.c.o
-TDEFAULTS = -d DEFAULT_VECTOR=ecoff_big_vec -d SELECT_VECS='&ecoff_big_vec,&ecoff_little_vec' -d SELECT_ARCHITECTURES='bfd_mips_arch'
-
 
 all \Option-f libbfd.o
 
@@ -227,7 +229,7 @@ FLAGS_TO_PASS = \Option-d
        "INSTALL_PROGRAM={INSTALL_PROGRAM}" \Option-d
        "BISON={BISON}"
 
-ALL_CFLAGS={CFLAGS} {HDEFINES} {TDEFINES} {CSEARCH} {CSWITCHES}
+ALL_CFLAGS={CFLAGS} {HDEFINES} {TDEFINES} {CSEARCH} {CSWITCHES} {DebugOptions}
 
 # C source files that correspond to .o's.
 CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \Option-d