mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
[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:
parent
6e5dbfb2bf
commit
ead0ba6e8d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366044
10
release/powerpc/powerpc64le.conf
Normal file
10
release/powerpc/powerpc64le.conf
Normal 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"
|
Loading…
Reference in New Issue
Block a user