Skip to content

Commit

Permalink
aarch64: fix g++-runtime package
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Jul 21, 2024
1 parent 14e975e commit 24b6e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/aarch64/gcc10/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export LD=/bin/ld
export LD_FOR_HOST=/bin/ld
export LD_FOR_TARGET=$PREFIX/bin/ld
export AS_FOR_TARGET=$PREFIX/bin/$TRIPLET64-as
export CFLAGS_FOR_TARGET="-mtls-dialect=trad"
export CXXFLAGS_FOR_TARGET="-mtls-dialect=trad"
export CFLAGS_FOR_TARGET="-mno-outline-atomics -mtls-dialect=trad"
export CXXFLAGS_FOR_TARGET="-mno-outline-atomics -mtls-dialect=trad"
export STRIP="/usr/bin/strip -x"
export STRIP_FOR_TARGET="$STRIP"

Expand Down

0 comments on commit 24b6e7f

Please sign in to comment.