]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/config/pa/t-stublib64
install.texi (Specific): Fix anchor for x86_64-*-solaris2.1[0-9]*.
[thirdparty/gcc.git] / libgcc / config / pa / t-stublib64
CommitLineData
5f73c6cc
RO
1LIBGCCSTUB_OBJS += rfi-stub.o dfi-stub.o jvrc-stub.o cxaf-stub.o
2
3rfi-stub.o: $(srcdir)/config/pa/stublib.c
4 $(gcc_compile) -c -O2 -DL_register_frame_info $<
5
6dfi-stub.o: $(srcdir)/config/pa/stublib.c
7 $(gcc_compile) -c -O2 -DL_deregister_frame_info $<
8
9cxaf-stub.o: $(srcdir)/config/pa/stublib.c
10 $(gcc_compile) -c -O2 -DL_cxa_finalize $<
11
12jvrc-stub.o: $(srcdir)/config/pa/stublib.c
13 $(gcc_compile) -c -O2 -DL_Jv_RegisterClasses $<