Skip to content

Commit

Permalink
gcc musl manual 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 11, 2023
1 parent 622dc4b commit c09a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ build_single_target() {
libprefix="/usr/lib/${_machine}-linux-musl"
_CFLAGS_GLOBAL="${_CFLAGS_GLOBAL} -nostdinc -isystem /usr/include/${_machine}-linux-musl -isystem include"
_LDFLAGS_GLOBAL="${_LDFLAGS_GLOBAL} -nostdlib -nodefaultlibs -nostartfiles -L${libprefix} ${libprefix}/Scrt1.o ${libprefix}/crti.o -L${clangrsdir} crtbeginS.o crtendS.o ${libprefix}/crtn.o"
_LIBS_GLOBAL="${_LIBS_GLOBAL} -lc libgcc.a libgcc_eh.a"
_LIBS_GLOBAL="${_LIBS_GLOBAL} -lc -lgcc -lgcc_eh"
fi
# *cpp_options: -nostdinc -isystem /usr/include/aarch64-linux-musl -isystem include%s %(old_cpp_options)
# *cc1: %(cc1_cpu) -nostdinc -isystem /usr/include/aarch64-linux-musl -isystem include%s
Expand Down

0 comments on commit c09a1bd

Please sign in to comment.