14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
# Copyright (c) 2024 Joshua Rich <joshua.rich@gmail.com>
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
export CC=arm-linux-gnueabihf-gcc
|
|
export CC_PKG=gcc-arm-linux-gnueabihf
|
|
export PKG_ARCH=armhf
|
|
export PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig
|
|
export GOARCH=arm
|
|
export GOARM=7
|
|
export NFPM_ARCH=arm7
|
|
export CGO_ENABLED=1
|