home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / binutils-2.1 / binutils / testsuite / binutils.all / configure.in < prev    next >
Encoding:
Text File  |  1993-04-07  |  625 b   |  23 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. srctrigger=nm.exp
  7. srcname="DejaGnu"
  8.  
  9. # per-host:
  10.  
  11. # per-target:
  12.  
  13. target_makefile_frag=../config/mt-${target_alias}
  14.  
  15. # remove the output format from the linker script so it won't produce
  16. # srecords. NM needs a file that contains symbols
  17. case "${target}" in
  18. m68*-abug-*)    rm -f ./m68k.gld ;
  19.         sed -e '/OUTPUT_FORMAT/ d' ${srcdir}/../config/m68k.gld > ./m68k.gld ;;
  20. esac
  21.  
  22. # post-target:
  23.