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-sony < prev    next >
Text File  |  1994-04-11  |  595b  |  19 lines

  1. # Make internal tables bigger.
  2. OLDCC=cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
  3.  
  4. # Define CC and OLDCC as the same, so that the tests:
  5. #    if [ x"$(OLDCC)" = x"$(CC)" ] ...
  6. #
  7. # will succeed (if OLDCC != CC, it is assumed that GCC is
  8. # being used in secondary stage builds).  We need to pass
  9. # the -Wf,-XNg1500 option so the compiler can compile the
  10. # G++ file cp-parse.c.  Otherwise it complains about
  11. # too many case statements.  The -Olimit is so the user
  12. # can use -O2.  Down with fixed size tables!
  13.  
  14. CC        = $(OLDCC)
  15. OPT        = -O1
  16.  
  17. # This is so we can link collect2 running native.
  18. CLIB        = -lmld
  19.