[PowerPC64LE] Add release building script for powerpc64le.

This was originally part of the initial commit, but after discussion in
D26399, I split it out into its own commit after the kernel config file.

Sponsored by:	Tag1 Consulting, Inc.
This commit is contained in:
Brandon Bergren 2020-09-23 01:13:29 +00:00
parent 6e5dbfb2bf
commit ead0ba6e8d

View File

@ -0,0 +1,10 @@
#!/bin/sh
#
# $FreeBSD$
#
# Configuration file for release/release.sh to build powerpc/powerpc64le.
TARGET="powerpc"
TARGET_ARCH="powerpc64le"
KERNEL="GENERIC64LE"