File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ export PLATFORM=/Applications/Xcode.app/Contents/Developer/Platforms/
55 -arch armv7 -c syscalls.S -o syscalls.o
66
77/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang \
8- -arch armv7 -c launchd.c -o launchd.o \
8+ -arch armv7 -fno-stack-protector - c launchd.c -o launchd.o \
99 -isysroot $PLATFORM /iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk \
1010 -I$PLATFORM /Developer/SDKs/iPhoneOS.sdk/usr/include \
1111 -I.
1212
1313/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang \
1414 -arch armv7 -o launchd launchd.o syscalls.o \
15- -static -nostartfiles -nodefaultlibs - nostdlib -Wl,-e,_main
15+ -static -nostdlib -Wl,-e,_main
1616
Original file line number Diff line number Diff line change 11.text
22
3+ . align 4
4+
35.globl _exit
46.globl _fork
57.globl _read
You can’t perform that action at this time.
0 commit comments