X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=dist%2Fconfig.mak;h=1fc43695d3c6dd7a1a8acdf39881eaf2b7319d0f;hp=5429582c94ef23fe16eebe5111b3d2ebd4a6bd6f;hb=f143458223f90262a9c2d929f9e815a74e3aa139;hpb=207c45d7abdf7a4bd93973f195deb4d8e202c3e3 diff --git a/dist/config.mak b/dist/config.mak index 5429582c..1fc43695 100644 --- a/dist/config.mak +++ b/dist/config.mak @@ -17,9 +17,18 @@ 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 +# Uncomment to omit massive GCC4 DWARF2 bloat (only useful for debugging) +#CFLAGS += -fno-asynchronous-unwind-tables + # Uncomment for warnings (as errors). Might need tuning to your gcc version. #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value -Wno-overflow -Wno-int-to-pointer-cast