aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-09-29 02:14:51 +0000
committerStan Shebs <shebs@codesourcery.com>1995-09-29 02:14:51 +0000
commit698e0075ef292e847b24274688ec947af32b64be (patch)
tree9d40576c2cf842a6f3ff80ee8f8f3e23ac82d4d0 /bfd/configure
parent0e4ca328e1d046bc478f61273b1cb3a86d5c592e (diff)
downloadgdb-698e0075ef292e847b24274688ec947af32b64be.zip
gdb-698e0075ef292e847b24274688ec947af32b64be.tar.gz
gdb-698e0075ef292e847b24274688ec947af32b64be.tar.bz2
* config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
* configure, configure.in: Add pmac_xcoff_vec case. * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o. * coff-pmac.c: New file, PowerMac XCOFF support. * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case. * targets.c (pmac_xcoff_vec): Declare. * mpw-config.in: Various changes to be compatible with the autoconf-based configury. * mpw-make.sed: New file, sed commands to translate Unix makefile into MPW syntax. * mpw-make.in: Remove. * hosts/mpw.h: Remove. * bfd-in.h, bfd-in2.h: If MPW, include the file that defines true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure b/bfd/configure
index 57268a9..e40c296 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -1366,6 +1366,7 @@ do
nlm32_powerpc_vec) tb="$tb nlm32-ppc.o nlm32.o nlm.o" ;;
pc532netbsd_vec) tb="$tb ns32knetbsd.o aout-ns32k.o stab-syms.o" ;;
pc532machaout_vec) tb="$tb pc532-mach.o aout-ns32k.o stab-syms.o" ;;
+ pmac_xcoff_vec) tb="$tb coff-pmac.o cofflink.o" ;;
rs6000coff_vec) tb="$tb coff-rs6000.o" ;;
bfd_powerpc_pe_vec) tb="$tb pe-ppc.o cofflink.o" ;;
bfd_powerpcle_pe_vec) tb="$tb pe-ppc.o cofflink.o" ;;