Home | History | Annotate | Line # | Download | only in pa
      1      1.1  mrg LIBGCCSTUB_OBJS = rfi-stub.o dfi-stub.o ritm-stub.o ditm-stub.o \
      2      1.1  mrg 	jvrc-stub.o cxaf-stub.o \
      3      1.1  mrg 	pthread_default_stacksize_np-stub.o \
      4      1.1  mrg 	pthread_mutex_lock-stub.o \
      5      1.1  mrg 	pthread_mutex_unlock-stub.o \
      6  1.1.1.5  mrg 	pthread_once-stub.o
      7      1.1  mrg 
      8      1.1  mrg rfi-stub.o: $(srcdir)/config/pa/stublib.c
      9      1.1  mrg 	$(gcc_compile) -c -O2 -DL_register_frame_info $<
     10      1.1  mrg 
     11      1.1  mrg dfi-stub.o: $(srcdir)/config/pa/stublib.c
     12      1.1  mrg 	$(gcc_compile) -c -O2 -DL_deregister_frame_info $<
     13      1.1  mrg 
     14      1.1  mrg ritm-stub.o: $(srcdir)/config/pa/stublib.c
     15      1.1  mrg 	$(gcc_compile) -c -O2 -DL_ITM_registerTMCloneTable $<
     16      1.1  mrg 
     17      1.1  mrg ditm-stub.o: $(srcdir)/config/pa/stublib.c
     18      1.1  mrg 	$(gcc_compile) -c -O2 -DL_ITM_deregisterTMCloneTable $<
     19      1.1  mrg 
     20      1.1  mrg cxaf-stub.o: $(srcdir)/config/pa/stublib.c
     21      1.1  mrg 	$(gcc_compile) -c -O2 -DL_cxa_finalize $<
     22      1.1  mrg 
     23      1.1  mrg jvrc-stub.o: $(srcdir)/config/pa/stublib.c
     24      1.1  mrg 	$(gcc_compile) -c -O2 -DL_Jv_RegisterClasses $<
     25      1.1  mrg 
     26      1.1  mrg pthread_default_stacksize_np-stub.o: $(srcdir)/config/pa/stublib.c
     27      1.1  mrg 	$(gcc_compile) -c -O2 -DL_pthread_default_stacksize_np $<
     28      1.1  mrg 
     29      1.1  mrg pthread_mutex_lock-stub.o: $(srcdir)/config/pa/stublib.c
     30      1.1  mrg 	$(gcc_compile) -c -O2 -DL_pthread_mutex_lock $<
     31      1.1  mrg 
     32      1.1  mrg pthread_mutex_unlock-stub.o: $(srcdir)/config/pa/stublib.c
     33      1.1  mrg 	$(gcc_compile) -c -O2 -DL_pthread_mutex_unlock $<
     34      1.1  mrg 
     35      1.1  mrg pthread_once-stub.o: $(srcdir)/config/pa/stublib.c
     36      1.1  mrg 	$(gcc_compile) -c -O2 -DL_pthread_once $<
     37      1.1  mrg 
     38      1.1  mrg libgcc_stub.a: $(LIBGCCSTUB_OBJS)
     39      1.1  mrg 	-rm -rf $@
     40      1.1  mrg 	$(AR) rc $@ $(LIBGCCSTUB_OBJS)
     41      1.1  mrg 	$(RANLIB) $@
     42