mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 17:20:03 -04:00
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
LIB2ADDEH += $(srcdir)/config/rs6000/cxa_atexit.c \
|
|
$(srcdir)/config/rs6000/cxa_finalize.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 $<
|