mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
|
LIB2ADDEH += $(srcdir)/config/rs6000/cxa_atexit.c \
|
||
|
$(srcdir)/config/rs6000/cxa_finalize.c
|
||
|
|
||
|
LIB2ADD_ST += $(srcdir)/config/rs6000/aixinitfini.c
|
||
|
|
||
|
SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-aix-cxa.ver
|
||
|
|
||
|
crtcxa.o: $(srcdir)/config/rs6000/crtcxa.c
|
||
|
$(crt_compile) -c $<
|
||
|
|
||
|
crtcxa_s.o: $(srcdir)/config/rs6000/crtcxa.c
|
||
|
$(crt_compile) -DSHARED -c $<
|