home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / libiberty / configure.bat < prev    next >
DOS Batch File  |  1994-05-27  |  331b  |  16 lines

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