Add executable that identifies the ABI of libraries
Compare changes
Files
3
bin/check-libraries-word-size.c
0 → 100644
+ 256
− 0
This is useful when we want to differentiate the available libraries based on the architecture they are compiled against.
Still a draft. It needs more testing, write the documentation and maybe add a few automated tests by creating some stub libraries with meson.
Ready for an high-level review.