makecfg 313 B

1234567891011121314
  1. #!/bin/sh
  2. # Generate a configuration file for ppc386, write to ppc386.cfg
  3. # Needs 2 argument :
  4. # 1) The directory where the libraries are. (without linuxunits appended)
  5. # 2) The directory where libgcc.a is.
  6. #
  7. # Michael Van Canneyt, 1996
  8. #
  9. cat <<EOF >ppc386.cfg
  10. -TLINUX
  11. -Fr$1/errorE.msg
  12. -Fg$2
  13. -Up$1/linuxunits
  14. EOF