mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Do some basic build tuning
This commit is contained in:
parent
57cc257f58
commit
8303e23b3a
9 changed files with 62 additions and 18 deletions
7
build/objdump
Executable file
7
build/objdump
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
for last; do true; done
|
||||
if grep aarch64 "$last" >/dev/null 2>&1; then
|
||||
exec o/third_party/gcc/bin/aarch64-linux-musl-objdump "$@"
|
||||
else
|
||||
exec o/third_party/gcc/bin/x86_64-linux-musl-objdump "$@"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue