diff options
Diffstat (limited to 'core/musl/build')
-rwxr-xr-x | core/musl/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/musl/build b/core/musl/build index db545e27..e48ce47f 100755 --- a/core/musl/build +++ b/core/musl/build @@ -37,7 +37,7 @@ esac kinstall_t 755 "$1/usr/include/sys" cdefs.h queue.h tree.h # Install getconf. -"${CC:=cc}" getconf.c -o "$1/usr/bin/getconf" +"${CC:=cc}" --static getconf.c -o "$1/usr/bin/getconf" case $sys_arch in i*86) "$CC" -c __stack_chk_fail_local.c -o __stack_chk_fail_local.o |