Skip to content

Commit

Permalink
Merge pull request #1572 from hadfl/binutils
Browse files Browse the repository at this point in the history
aarch64-gnu-binutils: update to 2.43.1
  • Loading branch information
oetiker authored Jan 22, 2025
2 parents 164ad6b + 0df9c71 commit 2c8b9fc
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 @@ -13,19 +13,19 @@
# }}}
#
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.

. ../common.sh

PROG=binutils-gdb
VER=2.41
VER=2.43.1
PKG=ooce/developer/aarch64-gnu-binutils
SUMMARY="GNU binary utilities ($ARCH target)"
DESC="A set of programming tools for creating and managing binary programs, "
DESC+="object files, libraries, etc."

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

set_arch 64
# Needed for X/Open curses/termcap
Expand Down

0 comments on commit 2c8b9fc

Please sign in to comment.