haampie / libtree

ldd as a tree
MIT License
2.67k stars 60 forks source link

Add cpu arch conditions to 05_32_bits #82

Closed hack3ric closed 1 year ago

hack3ric commented 2 years ago

This should solve #78 as well as make check on other platforms that does not support -m32 or -m64 options.

Tested on Arch Linux x86_64 and Debian riscv64.

I've only included part of platforms here, including x86_64 and i386, since I don't know the exact output of uname -m on those platforms. Feel free to append more platforms to the list.

iluceno commented 2 years ago

This doesn't address cross-compiling and is specific to GNU Make.