mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:31:05 +01:00
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
#
|
||
|
|
||
|
# Configuration file for release/release.sh to build i386/i386.
|
||
|
# Note: CHROOT_MAKEENV assumes the build host is amd64.
|
||
|
|
||
|
TARGET="i386"
|
||
|
TARGET_ARCH="i386"
|
||
|
KERNEL="GENERIC"
|
||
|
CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"
|