home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / libibert / configur.bat < prev    next >
Encoding:
DOS Batch File  |  1993-05-30  |  351 b   |  18 lines

  1. @echo off
  2. if "%1" == "h8/300" goto h8300
  3. goto go32
  4.  
  5. :go32
  6. echo Configuring libiberty for go32
  7. update Makefile.dos Makefile
  8. echo #define NEED_sys_siglist 1 >> config.h
  9. echo #define NEED_psignal 1 >> config.h
  10. update alloca-normal.h alloca-conf.h
  11. goto exit
  12.  
  13. :h8300
  14. echo Configuring libiberty for H8/300
  15. copy Makefile.dos Makefile
  16.  
  17. :exit
  18.