Skip to content

Commit

Permalink
aarch64: fix binutils aarch64 cross-build
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Dec 14, 2024
1 parent 9e0613b commit 4b220ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/binutils/build-arch-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ARCH=aarch64
[ "$CLIBUILDARCH" = $ARCH ] || logerr "Incorrect arch selected, use -a $ARCH"

set_arch 64
# Needed for X/Open curses/termcap
set_standard -xcurses XPG6 CFLAGS
set_patchdir patches.$ARCH
CTF_FLAGS+=" -s"

Expand Down

0 comments on commit 4b220ca

Please sign in to comment.