1LIB2ADDEH += $(srcdir)/config/rs6000/cxa_atexit.c \ 2 $(srcdir)/config/rs6000/cxa_finalize.c 3 4SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-aix-cxa.ver 5 6crtcxa.o: $(srcdir)/config/rs6000/crtcxa.c 7 $(crt_compile) -c $< 8 9crtcxa_s.o: $(srcdir)/config/rs6000/crtcxa.c 10 $(crt_compile) -DSHARED -c $< 11