Annotation of gcc/config/i386/t-sol2, revision 1.1.1.3

1.1       root        1: # we need to supply our own assembly versions of libgcc1.c files,
                      2: # since the user may not have native 'cc' available
                      3: 
                      4: LIBGCC1 = libgcc1.null
1.1.1.2   root        5: CROSS_LIBGCC1 = libgcc1.null
1.1       root        6: 
                      7: # gmon build rule:
                      8: gmon.o:        $(srcdir)/config/i386/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
                      9:        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
                     10:                -c $(srcdir)/config/i386/gmon-sol2.c -o gmon.o
                     11: 
                     12: # Assemble startup files.
                     13: # Apparently Sun believes that assembler files don't need comments, because no
                     14: # single ASCII character is valid (tried them all).  So we manually strip out
                     15: # the comments with sed.  This bug may only be in the Early Access releases.
                     16: crt1.o: $(srcdir)/config/i386/sol2-c1.asm
                     17:        sed -e '/^!/d' <$(srcdir)/config/i386/sol2-c1.asm >crt1.s
                     18:        $(AS) -o crt1.o crt1.s
                     19: crti.o: $(srcdir)/config/i386/sol2-ci.asm
                     20:        sed -e '/^!/d' <$(srcdir)/config/i386/sol2-ci.asm >crti.s
                     21:        $(AS) -o crti.o crti.s
                     22: crtn.o: $(srcdir)/config/i386/sol2-cn.asm
                     23:        sed -e '/^!/d' <$(srcdir)/config/i386/sol2-cn.asm >crtn.s
                     24:        $(AS) -o crtn.o crtn.s

unix.superglobalmegacorp.com

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