11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
# Configuration file for release/release.sh to build powerpc/powerpc64le.
|
||
|
|
||
|
TARGET="powerpc"
|
||
|
TARGET_ARCH="powerpc64le"
|
||
|
KERNEL="GENERIC64LE"
|