summarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authornavigaid2019-09-13 00:06:43 +0800
committernavigaid2019-09-13 00:06:43 +0800
commitdd32f920e2811858f7d68369643c4250ca5efd4e (patch)
tree09be70cc786f5e60afb38b5ec174c61ae8f4a871 /README.md
parent684e75e3da280abe1c6ac2f5f79c67e850050799 (diff)
downloadaur-dd32f920e2811858f7d68369643c4250ca5efd4e.tar.gz
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..fe8b1ea3a13a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+how to build 32-bit Linux executable manually
+
+```
+linux-x86_64 > src/naiveproxy-76.0.3809.87-2/src $ build_x86.sh
+linux-i{3,6}86 > src/naiveproxy-76.0.3809.87-2/src/out/Release $ clang++ -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -Wl,--as-needed -m32 -Wl,-O2 -Wl,--gc-sections -rdynamic -nostdlib++ -pie -Wl,--disable-new-dtags -o ./naive -Wl,--start-group @./naive.rsp -Wl,--end-group -ldl -lpthread -lrt -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lresolv -latomic
+```