Annotation of gcc/config/x-iris, revision 1.1.1.4

1.1.1.2   root        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
1.1.1.3   root        8: # too many case statements.  -Olimit is so the user
                      9: # can use -O2.  Down with fixed size tables!
                     10: # The -cckr is to turn off strict ANSI checking.
1.1.1.2   root       11: 
                     12: CC             = $(OLDCC)
1.1.1.3   root       13: OPT            = -O1
                     14: OLDCC          = cc -Wf,-XNg1500 -Olimit 3000 -cckr $(OPT)
1.1.1.2   root       15: 
                     16: # The bison output files are machine-indep,
                     17: # so different flags for a particular machine are not useful.
                     18: #BISONFLAGS    = -l
                     19: 
1.1.1.3   root       20: # -lmld is so we can link collect2 running native.
                     21: # -lmalloc is supposed to be faster than the normal malloc
                     22: CLIB           = -lmld -lmalloc
1.1.1.2   root       23: 
                     24: # Show we need to use the C version of ALLOCA
                     25: ALLOCA         = alloca.o

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.