gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / lib / gcc50 / Makefile
1 # csu and libgcc* are normally built earlier by the _startup_libs50 target
2 # libitm is a c++ library, so it must be built after libstcxx
3 # libitm is not currently hooked into the build
4
5 #SUBDIR_ORDERED= libstdcxx libitm
6 SUBDIR_ORDERED=
7
8 SUBDIR+=        csu
9 SUBDIR+=        libgcc
10 SUBDIR+=        libgcc_eh
11 SUBDIR+=        libgcc_pic
12 SUBDIR+=        libgcov
13 SUBDIR+=        libgomp
14 #SUBDIR+=       libitm
15 SUBDIR+=        libobjc
16 SUBDIR+=        libssp
17 SUBDIR+=        libssp_nonshared
18 SUBDIR+=        libstdcxx
19
20 .include <bsd.subdir.mk>