2014-09-21 17:33:12 +00:00
|
|
|
LIB2ADDEH += $(srcdir)/config/rs6000/cxa_atexit.c \
|
2017-04-10 11:32:00 +00:00
|
|
|
$(srcdir)/config/rs6000/cxa_finalize.c \
|
|
|
|
$(srcdir)/config/rs6000/atexit.c \
|
|
|
|
$(srcdir)/config/rs6000/on_exit.c
|
2014-09-21 17:33:12 +00:00
|
|
|
|
|
|
|
LIB2ADD_ST += $(srcdir)/config/rs6000/aixinitfini.c
|
|
|
|
|
|
|
|
SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-aix-cxa.ver
|
|
|
|
|
2017-04-10 11:32:00 +00:00
|
|
|
crtdbase.o: $(srcdir)/config/rs6000/crtdbase.S
|
|
|
|
$(crt_compile) -c $<
|
|
|
|
|
2014-09-21 17:33:12 +00:00
|
|
|
crtcxa.o: $(srcdir)/config/rs6000/crtcxa.c
|
|
|
|
$(crt_compile) -c $<
|
|
|
|
|
|
|
|
crtcxa_s.o: $(srcdir)/config/rs6000/crtcxa.c
|
|
|
|
$(crt_compile) -DSHARED -c $<
|