]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/config/pa/t-stublib
config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from tmake_file list.
[thirdparty/gcc.git] / libgcc / config / pa / t-stublib
CommitLineData
9dfd5832
JDA
1LIBGCCSTUB_OBJS = rfi-stub.o dfi-stub.o jvrc-stub.o cxaf-stub.o \
2 pthread_default_stacksize_np-stub.o \
5f73c6cc
RO
3 pthread_mutex_lock-stub.o \
4 pthread_mutex_unlock-stub.o \
5 pthread_once-stub.o
6
9dfd5832
JDA
7rfi-stub.o: $(srcdir)/config/pa/stublib.c
8 $(gcc_compile) -c -O2 -DL_register_frame_info $<
9
10dfi-stub.o: $(srcdir)/config/pa/stublib.c
11 $(gcc_compile) -c -O2 -DL_deregister_frame_info $<
12
13cxaf-stub.o: $(srcdir)/config/pa/stublib.c
14 $(gcc_compile) -c -O2 -DL_cxa_finalize $<
15
16jvrc-stub.o: $(srcdir)/config/pa/stublib.c
17 $(gcc_compile) -c -O2 -DL_Jv_RegisterClasses $<
18
5f73c6cc
RO
19pthread_default_stacksize_np-stub.o: $(srcdir)/config/pa/stublib.c
20 $(gcc_compile) -c -O2 -DL_pthread_default_stacksize_np $<
21
22pthread_mutex_lock-stub.o: $(srcdir)/config/pa/stublib.c
23 $(gcc_compile) -c -O2 -DL_pthread_mutex_lock $<
24
25pthread_mutex_unlock-stub.o: $(srcdir)/config/pa/stublib.c
26 $(gcc_compile) -c -O2 -DL_pthread_mutex_unlock $<
27
28pthread_once-stub.o: $(srcdir)/config/pa/stublib.c
29 $(gcc_compile) -c -O2 -DL_pthread_once $<
30
31libgcc_stub.a: $(LIBGCCSTUB_OBJS)
32 -rm -rf $@
9dfd5832 33 $(AR) rc $@ $(LIBGCCSTUB_OBJS)
5f73c6cc 34 $(RANLIB) $@