]> gcc.gnu.org Git - gcc.git/blame - gcc/config/sparc/t-sol2
Change the location of the Sun bundled C compiler (for backup defaults).
[gcc.git] / gcc / config / sparc / t-sol2
CommitLineData
a414f913
RS
1# we need startup files for solaris, since we don't get them with the system
2
3EXTRA_PARTS=crt1.o crti.o crtn.o gmon.o
4
5# For svr4 we run the special svr4 fixincludes script.
6
7FIXINCLUDES=fixinc.svr4
8
9# we need to supply our own assembly versions of libgcc1.c files,
10# since the user may not have native 'cc' available
11
12# ??? This is wrong!
13INSTALL_TARGET = install-cross
14
15LIBGCC1 = libgcc1.null
16
17# gmon build rule:
d2e90981 18gmon.o: config/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
a414f913 19 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
d2e90981 20 -c $(srcdir)/config/gmon-sol2.c -o gmon.o
9d29d693
RS
21
22# Assemble startup files.
4dec0b13
RS
23crt1.o: config/sol2-crt1.asm
24 $(AS) -o crt1.o $(srcdir)/config/sol2-crt1.asm
25crti.o: config/sol2-crti.asm
26 $(AS) -o crti.o $(srcdir)/config/sol2-crti.asm
27crtn.o: config/sol2-crtn.asm
28 $(AS) -o crtn.o $(srcdir)/config/sol2-crtn.asm
This page took 0.044998 seconds and 5 git commands to generate.