gcc80: Bring in makefiles but leave them unhooked.
[dragonfly.git] / gnu / lib / gcc80 / Makefile
1 # csu and libgcc* are normally built earlier by the _startup_libs80 target
2
3 SUBDIR_ORDERED=
4
5 SUBDIR+=        csu
6 SUBDIR+=        libgcc
7 SUBDIR+=        libgcc_eh
8 SUBDIR+=        libgcc_pic
9 SUBDIR+=        libgcov
10 SUBDIR+=        libgomp
11 SUBDIR+=        libssp
12 SUBDIR+=        libssp_nonshared
13 SUBDIR+=        libstdcxx
14
15 .include <bsd.subdir.mk>