Skip to content

Commit

Permalink
aarch64-binutils: fix build with gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Dec 29, 2024
1 parent 785598c commit 2ac1e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/aarch64/binutils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ SUMMARY="GNU binary utilities ($ARCH target)"
DESC="A set of programming tools for creating and managing binary programs, "
DESC+="object files, libraries, etc."

# does not yet build with gcc 14
((GCCVER > 13)) && set_gccver 13

REPO=$GITHUB/richlowe/$PROG
BRANCH=illumos-arm64-${VER/./-}

set_arch 64
# Needed for X/Open curses/termcap
set_standard -xcurses XPG6 CFLAGS

CTF_FLAGS+=" -s"

XFORM_ARGS="
Expand Down

0 comments on commit 2ac1e53

Please sign in to comment.