Fix atomic operations on PA-RISC 2.0 processors.
[official-gcc.git] / libgcc / config / t-vxcrtstuffS
blob6b65b0005be708286efc2e65452f0446f19540c2
1 # Shared versions of vx_crt{begin,end}.o, those one must be compiled only
2 # when the shared libraries are available
4 vx_crtbeginS.o: $(srcdir)/config/vxcrtstuff.c
5         $(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_BEGIN -c $< -DCRTSTUFFS_O
6 vx_crtendS.o: $(srcdir)/config/vxcrtstuff.c
7         $(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_END -c $< -DCRTSTUFFS_O
9 EXTRA_PARTS += vx_crtbeginS.o vx_crtendS.o