ld.so: Don't try to read own ELF headers on startup
[glibc/nacl-glibc.git] / make-example.sh
blob9beef08d4880e058c77b9ee8dd8e784146e89bc4
1 #!/bin/bash
3 BUILDDIR=build
4 nacl-gcc \
5 -B$BUILDDIR/csu/ -L$BUILDDIR -static -Wl,-T,elf_i386.x \
6 -g hellow.c -o hellow \
7 -Wl,-print-map > hellow.map