Gitiles
Code Review
Sign In
code.illumos.org
/
illumos-gate
/
199767f8919635c4928607450d9e0abb932109ce
/
.
/
usr
/
src
/
boot
/
sys
/
boot
/
uboot
/
Makefile.inc
blob: e67c0dc904eba9e6da69d0a02b7c83264888042d [
file
] [
log
] [
blame
]
# $FreeBSD$
.
if
$
{
MACHINE_ARCH
}
==
"powerpc64"
CFLAGS
+=
-
m32
-
mcpu
=
powerpc
LDFLAGS
+=
-
m elf32ppc_fbsd
.
endif
.
include
"../Makefile.inc"