1# csu and libgcc* are normally built earlier by the _startup_libs47 target 2# libsupc++ must be built after libstdc++, everything else can be parallel 3 4SUBDIR_ORDERED= libstdc++ libsupc++ 5 6SUBDIR+= csu 7SUBDIR+= libgcc 8SUBDIR+= libgcc_eh 9SUBDIR+= libgcc_pic 10SUBDIR+= libgcov 11SUBDIR+= libssp 12SUBDIR+= libssp_nonshared 13SUBDIR+= libgomp 14SUBDIR+= libstdc++ 15SUBDIR+= libsupc++ 16 17.include <bsd.subdir.mk> 18