mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
#
|
||
|
|
||
|
# Configuration file for release/release.sh to build powerpc/powerpc64le.
|
||
|
|
||
|
TARGET="powerpc"
|
||
|
TARGET_ARCH="powerpc64le"
|
||
|
KERNEL="GENERIC64LE"
|