freebsd/release/powerpc/powerpc64le.conf
Brandon Bergren ead0ba6e8d [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.
2020-09-23 01:13:29 +00:00

11 lines
166 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# Configuration file for release/release.sh to build powerpc/powerpc64le.
TARGET="powerpc"
TARGET_ARCH="powerpc64le"
KERNEL="GENERIC64LE"