Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Mar 4, 2024
1 parent 7a88078 commit 6637c45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/cross-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ make clean
# export PATH=gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin:$PATH
# make CROSS_COMPILE=aarch64-linux-gnu- check || exit 1 # ARMv8-A

echo "=----"
ls
echo "=----"

# aarch64-linux-gnu-cpp -Wall -Wcast-qual -I. -march=armv8-a+fp+simd -std=gnu++14 -c -MMD -MF
aarch64-linux-gnu-g++ -Wall -Wcast-qual -I. -march=armv8-a+fp+simd test.c -o test

Expand Down

0 comments on commit 6637c45

Please sign in to comment.