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