Skip to content

Commit

Permalink
Update setup script to use cross compiler paths in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed May 11, 2023
1 parent a16fdeb commit 35ce5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

# Firmadyne cross compilers from https://zenodo.org/record/4922202
# works for kernel 4.10
CROSS_CC=/opt/cross/fd/${ARCH}-linux-musl${ABI}/bin/${ARCH}-linux-musl${ABI}-gcc
CROSS_CC=/cross/${ARCH}-linux-musl${ABI}/bin/${ARCH}-linux-musl${ABI}-gcc


make clean
Expand Down

0 comments on commit 35ce5ef

Please sign in to comment.