]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/powerpc/Makefile.inc
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303571, and update
[FreeBSD/FreeBSD.git] / sys / boot / powerpc / Makefile.inc
1 # $FreeBSD$
2
3 .if ${MACHINE_ARCH} == "powerpc64"
4 CFLAGS+=        -m32 -mcpu=powerpc
5 .endif
6
7 .include "../Makefile.inc"