about summary refs log tree commit diff
path: root/Makefile.musl
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2013-03-16 01:16:30 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2013-03-16 01:18:51 +0100
commitd60ebea1fac988fbe7fe9b9d059f37e46cbbd018 (patch)
tree2b74d88943863214451f84dd1403ff137044f3fe /Makefile.musl
downloadrdd-d60ebea1fac988fbe7fe9b9d059f37e46cbbd018.tar.gz
rdd-d60ebea1fac988fbe7fe9b9d059f37e46cbbd018.tar.xz
rdd-d60ebea1fac988fbe7fe9b9d059f37e46cbbd018.zip
initial import
Diffstat (limited to 'Makefile.musl')
-rw-r--r--Makefile.musl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.musl b/Makefile.musl
new file mode 100644
index 0000000..6304aee
--- /dev/null
+++ b/Makefile.musl
@@ -0,0 +1,5 @@
+include Makefile
+
+CC=musl-gcc
+CFLAGS+=-fno-asynchronous-unwind-tables -fno-stack-protector
+LDFLAGS=-static -Wl,-z -Wl,noexecstack