]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/csu/powerpc/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / lib / csu / powerpc / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR:H}/common
4
5 OBJS+=          crtsavres.o
6 CFLAGS+=        -DCRT_IRELOC_SUPPRESS
7
8 .include <bsd.lib.mk>