X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=dist%2Fconfig.mak;h=5429582c94ef23fe16eebe5111b3d2ebd4a6bd6f;hp=f0b8fd8fd98b9f673866b64ddc7082e4d9b2be28;hb=207c45d7abdf7a4bd93973f195deb4d8e202c3e3;hpb=230f1813ad8264f09d5247fa0ed1e8e361c21e0e diff --git a/dist/config.mak b/dist/config.mak index f0b8fd8f..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 @@ -21,4 +24,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 =