X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=dist%2Fconfig.mak;h=5429582c94ef23fe16eebe5111b3d2ebd4a6bd6f;hp=452a93a5098ed0154c5c75fdbeaa246c8f49ca6c;hb=4cf667c9c90cdcf63233467cbed42a2dab5c35a9;hpb=6d333355e77107c130e863660a632df953c8b5da diff --git a/dist/config.mak b/dist/config.mak index 452a93a5..5429582c 100644 --- a/dist/config.mak +++ b/dist/config.mak @@ -11,6 +11,9 @@ 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 @@ -18,8 +21,7 @@ exec_prefix = /usr/local #CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args # 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 -#CFLAGS += -Wno-pointer-sign +#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 build a shared library (experimental). -#LIBC_LIBS += lib/libc.so +# Uncomment if you want to disable building the shared library. +#SHARED_LIBS =