home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / binutils.2 / configur.bat
Encoding:
DOS Batch File  |  1993-11-28  |  698 b   |  35 lines

  1. *** orig/binutils.2/configur.bat    Sun May 30 15:21:30 1993
  2. --- src/binutils.2/configur.bat    Sun May 30 15:24:52 1993
  3. ***************
  4. *** 1,18 ****
  5.   @echo off
  6. ! if "%1" == "go32" goto h8300
  7. ! if "%1" == "h8/300" goto h8300
  8. ! echo Specify one of [ go32 h8/300 ] on command line
  9. ! goto exit
  10.   
  11. - :go32
  12. - echo Configuring bfd for go32
  13. - copy hosts/h-go32.h sysdep.h
  14. - copy Makefile.dos Makefile
  15. - goto exit
  16. - :h8300
  17. - echo Configuring bfd for H8/300
  18. - copy hosts\h-go32.h sysdep.h
  19. - copy Makefile.dos Makefile
  20. - :exit
  21. --- 1,11 ----
  22.   @echo off
  23. ! cd libiberty
  24. ! configure
  25. ! cd ../bfd
  26. ! configure
  27. ! cd ../opcodes
  28. ! configure
  29. ! cd ../binutils
  30. ! configure
  31. ! cd ..
  32.   
  33.