Skip to content

Commit

Permalink
Test architecture arm/v6 (part 21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jun 7, 2024
1 parent 9d0cb62 commit 002abc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arm_v6_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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"

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

0 comments on commit 002abc6

Please sign in to comment.