Home | History | Annotate | Line # | Download | only in rs6000
      1 LIB2ADDEH += $(srcdir)/config/rs6000/cxa_atexit.c \
      2 	$(srcdir)/config/rs6000/cxa_finalize.c \
      3 	$(srcdir)/config/rs6000/atexit.c \
      4 	$(srcdir)/config/rs6000/on_exit.c
      5 
      6 LIB2ADD_ST += $(srcdir)/config/rs6000/aixinitfini.c
      7 
      8 SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-aix-cxa.ver
      9 
     10 crtdbase.o: $(srcdir)/config/rs6000/crtdbase.S
     11 	$(crt_compile) -maix32 -c $<
     12 
     13 crtcxa.o: $(srcdir)/config/rs6000/crtcxa.c
     14 	$(crt_compile) -maix32 -c $<
     15 
     16 crtcxa_s.o: $(srcdir)/config/rs6000/crtcxa.c
     17 	$(crt_compile) -maix32 -DSHARED -c $<
     18 
     19 crtdbase_64.o: $(srcdir)/config/rs6000/crtdbase.S
     20 	$(crt_compile) -maix64 -c $<
     21 
     22 crtcxa_64.o: $(srcdir)/config/rs6000/crtcxa.c
     23 	$(crt_compile) -maix64 -c $<
     24 
     25 crtcxa_64_s.o: $(srcdir)/config/rs6000/crtcxa.c
     26 	$(crt_compile) -maix64 -DSHARED -c $<
     27