Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed May 7, 2023
1 parent 7af0d27 commit da8d536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ cat > hello.c << EOF
int main(void) { puts("Hello, world!"); }
EOF
aarch64-rpi3-linux-gnu-gcc hello.c -o hello
aarch64-rpi3-linux-gnu-readelf -A hello
aarch64-rpi3-linux-gnu-readelf -h hello
```

Note that the compilers have been configured to use the most compatible target
Expand Down

0 comments on commit da8d536

Please sign in to comment.