Home | History | Annotate | Download | only in ppc
      1 #! /bin/sh
      2 
      3 m4 -DELF32 test1elf.asm >test1elf32.s
      4 m4 -DELF64 test1elf.asm >test1elf64.s
      5 m4 -DXCOFF32 test1xcoff.asm >test1xcoff32.s
      6 #m4 -DXCOFF64 test1xcoff.asm >test1xcoff64.s
      7