home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / bfd / config / ppc-nlm.mt < prev    next >
Encoding:
Text File  |  1994-02-18  |  490 b   |  12 lines

  1. # Target:  PowerPC using Novell's NetWare Loadable Module (NLM) format.
  2.  
  3. # Note that we produce elf output and only convert it at the last
  4. # moment to NLMs.  We could in principle generate NLMs directly, but I
  5. # don't think the format is really rich enough to do this, and anyway,
  6. # this can be more convenient for the user.  We can convert XCOFF too.
  7.  
  8. DEFAULT_VECTOR=bfd_elf32_powerpc_vec
  9.  
  10. SELECT_VECS=nlm32_powerpc_vec rs6000coff_vec
  11. SELECT_ARCHITECTURES=bfd_powerpc_arch bfd_rs6000_arch
  12.