Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.94k stars 304 forks source link

cmake: Detect armv7l as ARM architecture #252

Open bdrung opened 4 months ago

bdrung commented 4 months ago

On Ubuntu armhf:

$ uname -p
armv7l

So detect armv7l as ARM architecture as well.

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/procdump/+bug/2067621