87008d7b77
and binutils 2.25.
8 lines
111 B
Makefile
8 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH} == "powerpc64"
|
|
CFLAGS+= -m32 -mcpu=powerpc
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|