freebsd-dev/sys/boot/powerpc/Makefile.inc

8 lines
111 B
PHP
Raw Normal View History

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