Skip to content

Commit

Permalink
fixup __getauxval 5
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Jul 10, 2024
1 parent 5149d66 commit 97059ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ case ${TARGET} in
*-linux*)
OS=linux
export HOST_CFLAGS="-fcommon"
EXTRA_CFLAGS+=" -fcommon"
if [[ ${TARGET} =~ "aarch64-*" ]] ; then
EXTRA_CFLAGS="-mno-outline-atomics"
EXTRA_CFLAGS="${EXTRA_CFLAGS} -fcommon"
if [ ${TARGET} = "aarch64-linux-gnu" ] ; then
EXTRA_CFLAGS="${EXTRA_CFLAGS} -mno-outline-atomics"
fi
;;
*-netbsd*)
Expand Down

0 comments on commit 97059ff

Please sign in to comment.