Move generic_register_convertible_not and frame_num_args_unknown from
[deliverable/binutils-gdb.git] / gdb / mpw-config.in
index 3711f50e790274d771ed27fabd71991f68b73283..ed07878338bc5c6f0a166842dcb0173a4ca734e9 100644 (file)
@@ -2,14 +2,18 @@
 
 If "{host_canonical}" =~ /m68k-apple-mpw/
        forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h
+       Set siow_lib '"{Libraries}"SIOW.o'
 
 Else If "{host_canonical}" =~ /powerpc-apple-mpw/
        forward-include "{srcdir}"config:powerpc:xm-mpw.h xm.h
+       Set siow_lib '"{PPCLibraries}"PPCSIOW.o'
 
 End If
 
 Set xdepfiles '"{o}"mac-xdep.c.o'
 
+Set enable_cflags ""
+
 # Make a copy of this file and give it a different name, so it
 # won't be confused with GDB's serial.h.
 
@@ -32,7 +36,7 @@ Else If "{target_canonical}" =~ /i386-unknown-go32/
        Set tdepfiles '"{o}"i386-tdep.c.o'
 
 Else If "{target_canonical}" =~ /mips-idt-ecoff/
-       forward-include "{srcdir}"config:mips:tm-idt.h tm.h
+       forward-include "{srcdir}"config:mips:tm-embed.h tm.h
        forward-include "{srcdir}"config:mips:tm-bigmips.h 'mips/tm-bigmips.h'
        forward-include "{srcdir}"config:mips:tm-mips.h 'mips/tm-mips.h'
        Set tdepfiles '"{o}"mips-tdep.c.o "{o}"remote-mips.c.o'
@@ -45,11 +49,11 @@ End If
 
 If "{target_canonical}" =~ /m68k-apple-macos/
        forward-include "{srcdir}"config:m68k:nm-macos.h nm.h
-       Set natdepfiles '"{o}"mac-nat.c'
+       Set natdepfiles '"{o}"mac-nat.c.o'
 
 Else If "{target_canonical}" =~ /powerpc-apple-macos/
        forward-include "{srcdir}"config:powerpc:nm-macos.h nm.h
-       Set natdepfiles '"{o}"mac-nat.c'
+       Set natdepfiles '"{o}"mac-nat.c.o'
 
 Else
        forward-include "{srcdir}"config:nm-empty.h nm.h
@@ -67,6 +71,8 @@ Echo "NAT_ADD_FILES = "                                       >> "{o}"mk.tmp
 Echo "XM_CDEPS = "                                     >> "{o}"mk.tmp
 Echo "TM_CDEPS = "                                     >> "{o}"mk.tmp
 Echo "NAT_CDEPS = "                                    >> "{o}"mk.tmp
+Echo "SIOW_LIB = " {siow_lib}                          >> "{o}"mk.tmp
+Echo "ENABLE_CFLAGS = " {enable_cflags}                        >> "{o}"mk.tmp
 Echo '# End from mpw-config.in'                                >> "{o}"mk.tmp
 
 Echo '/* config.h.  Generated by mpw-configure.  */'    > "{o}"config.new
This page took 0.048812 seconds and 4 git commands to generate.