X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=dist%2Fconfig.mak;h=1b8d23dc89c34ded269ef8f8e529617b9d240ebf;hb=ef2c4fd91ffb0b333f7258e3d62266414d00702e;hp=f0b8fd8fd98b9f673866b64ddc7082e4d9b2be28;hpb=ec05a0b08f0d93341c149a6f3235e4ee5711b2f8;p=musl diff --git a/dist/config.mak b/dist/config.mak index f0b8fd8f..1b8d23dc 100644 --- a/dist/config.mak +++ b/dist/config.mak @@ -11,9 +11,18 @@ prefix = /usr/local/musl # Installation prefix for musl-gcc compiler wrapper. exec_prefix = /usr/local +# Location for the dynamic linker ld-musl-$(ARCH).so.1 +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 @@ -21,4 +30,4 @@ exec_prefix = /usr/local #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 # Uncomment if you want to disable building the shared library. -#ALL_LDSO = +#SHARED_LIBS =