home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / rs6000 / x-lynx < prev    next >
Text File  |  1995-07-21  |  323b  |  15 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.  
  8. # Show we need to use the C version of ALLOCA
  9. ALLOCA=alloca.o
  10.  
  11. # configuration for IBM rs6000 running lynx
  12.  
  13. # For some reason, we need -lm for cc1.
  14. CLIB=-lm
  15.