home *** CD-ROM | disk | FTP | other *** search
- *** orig/gas-211/configur.bat Sun May 30 12:42:46 1993
- --- src/gas-211/configur.bat Sun May 30 15:02:48 1993
- ***************
- *** 1,16 ****
- @echo off
- ! if "%1" == "go32" goto h8300
- ! if "%1" == "h8/300" goto h8300
- ! echo Specify one of [ go32 h8/300 ] on command line
- ! goto exit
-
- - :go32
- - echo Configuring libiberty for go32
- - copy Makefile.dos Makefile
- - goto exit
- -
- - :h8300
- - echo Configuring libiberty for H8/300
- - copy Makefile.dos Makefile
- -
- - :exit
- --- 1,11 ----
- @echo off
- ! cd libiberty
- ! configure
- ! cd ../bfd
- ! configure
- ! cd ../opcodes
- ! configure
- ! cd ../gas
- ! configure
- ! cd ..
-
-