Skip to content

Commit

Permalink
Test architecture arm/v6 (part 22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jun 7, 2024
1 parent 002abc6 commit ae57f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm_v6_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export ARCHITECTURE=$(lscpu | grep Architecture | sed -e 's/Architecture:\s//g')
export CPU_FLAGS=$(lscpu | grep Flags | sed -e 's/Flags:\s//g')
echo $ARCHITECTURE
echo $CPU_FLAGS
echo find / -iname "libgcc_s.so.1"
find / -iname "libgcc_s.so.1"

# https://stackoverflow.com/a/52832543
# Thank you stackoverflow
Expand Down

0 comments on commit ae57f31

Please sign in to comment.