projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc00f05
)
add some more useful suggested options to config.mak template
author
Rich Felker
<dalias@aerifal.cx>
Thu, 12 Apr 2012 00:25:42 +0000
(20:25 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 12 Apr 2012 00:25:42 +0000
(20:25 -0400)
dist/config.mak
patch
|
blob
|
history
diff --git
a/dist/config.mak
b/dist/config.mak
index 5429582c94ef23fe16eebe5111b3d2ebd4a6bd6f..1b8d23dc89c34ded269ef8f8e529617b9d240ebf 100644
(file)
--- a/
dist/config.mak
+++ b/
dist/config.mak
@@
-17,6
+17,12
@@
syslibdir = /lib
# Uncomment if you want to build i386 musl on a 64-bit host
#CFLAGS += -m32
+# Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
+#LDFLAGS += -Wl,--hash-style,both
+
+# Uncomment to fix broken distro-patched toolchains where stack-protector=on
+#CFLAGS += -fno-stack-protector
+
# Uncomment for smaller code size.
#CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args