mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-24 00:28:00 +00:00
Makefile: Add cross build targets for freebsd
This adds FreeBSD/amd64 and FreeBSD/arm64 to the cross build list. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
parent
e23444fbc5
commit
fc65d72c3c
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -151,7 +151,9 @@ CROSS_BUILD_TARGETS := \
|
|||
bin/podman.cross.linux.mips \
|
||||
bin/podman.cross.linux.mipsle \
|
||||
bin/podman.cross.linux.mips64 \
|
||||
bin/podman.cross.linux.mips64le
|
||||
bin/podman.cross.linux.mips64le \
|
||||
bin/podman.cross.freebsd.amd64 \
|
||||
bin/podman.cross.freebsd.arm64
|
||||
|
||||
# Dereference variable $(1), return value if non-empty, otherwise raise an error.
|
||||
err_if_empty = $(if $(strip $($(1))),$(strip $($(1))),$(error Required variable $(1) value is undefined, whitespace, or empty))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue