home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / gcc / config / mips / x-ultrix < prev    next >
Text File  |  1992-07-19  |  612b  |  18 lines

  1. # Define CC and OLDCC as the same, so that the tests:
  2. #    if [ x"$(OLDCC)" = x"$(CC)" ] ...
  3. #
  4. # will succeed (if OLDCC != CC, it is assumed that GCC is
  5. # being used in secondary stage builds).  We need to pass
  6. # the -Wf,-XNg1500 option so the compiler can compile the
  7. # G++ file cp-parse.c.  Otherwise it complains about
  8. # too many case statements.  -Olimit is so the user
  9. # can use -O2.  Down with fixed size tables!
  10.  
  11. CC        = $(OLDCC)
  12. OPT        = -O1
  13. OLDCC        = cc -Wf,-XNg1500 -Olimit 3000 $(OPT)
  14.  
  15. # The bison output files are machine-indep,
  16. # so different flags for a particular machine are not useful.
  17. #BISONFLAGS    = -l
  18.