33354fdc39
These ones are not run by, and are not really related to, the build system, so should be safe to move them to the bin/ subdirectory.
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
objdump -x $@ | grep NEEDED | cut -c 24- | sort
|