Skip to content

Commit

Permalink
musl only uses rlib files for stdlib linking
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanhs committed Jun 14, 2015
1 parent fca6670 commit 5ef2504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/cfg/x86_64-unknown-linux-musl.mk
Expand Up @@ -3,6 +3,7 @@ CC_x86_64-unknown-linux-musl=$(CFG_MUSL_ROOT)/bin/musl-gcc
CXX_x86_64-unknown-linux-musl=notaprogram
CPP_x86_64-unknown-linux-musl=$(CFG_MUSL_ROOT)/bin/musl-gcc -E
AR_x86_64-unknown-linux-musl=$(AR)
CFG_INSTALL_ONLY_RLIB_x86_64-unknown-linux-musl = 1
CFG_LIB_NAME_x86_64-unknown-linux-musl=lib$(1).so
CFG_STATIC_LIB_NAME_x86_64-unknown-linux-musl=lib$(1).a
CFG_LIB_GLOB_x86_64-unknown-linux-musl=lib$(1)-*.so
Expand Down

0 comments on commit 5ef2504

Please sign in to comment.