ld (97B)
1 #!/bin/sh 2 3 exec i686-elf-ld -T linker.ld \ 4 -nostdlib \ 5 -static \ 6 -no-pie \ 7 -o \ 8 "$@" \