home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-src.tgz / tar.out / fsf / gcc / config / x-lynx < prev    next >
Text File  |  1996-09-28  |  165b  |  7 lines

  1. # /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
  2. CC    = $(OLDCC)
  3. OLDCC    = /bin/gcc
  4.  
  5. # /bin/sh is too buggy, so use /bin/bash instead.
  6. SHELL = /bin/bash
  7.