home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-base.tgz / libg++-2.7.1-src.tar / fsf / libg++ / config / mh-lynxrs6k < prev    next >
Text File  |  1994-06-08  |  236b  |  9 lines

  1. # LynxOS running on the rs6000 doesn't have ranlib
  2. RANLIB = true
  3.  
  4. # /bin/cc is less than useful for our purposes.  Always use GCC
  5. CC = /usr/cygnus/progressive/bin/gcc
  6.  
  7. # /bin/sh is too buggy, so use /bin/bash instead.
  8. SHELL = /bin/bash
  9.