freebsd-dev/sys/boot/powerpc/Makefile.inc
2015-12-03 00:08:50 +00:00

8 lines
111 B
Makefile

# $FreeBSD$
.if ${MACHINE_ARCH} == "powerpc64"
CFLAGS+= -m32 -mcpu=powerpc
.endif
.include "../Makefile.inc"