Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aarch64: update binutils to 2.41 #3808

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions build/binutils/build-arch-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
# }}}
#
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2023 Richard Lowe <[email protected]>

. ../../lib/build.sh

PROG=binutils
VER=2.39
VER=2.41
PKG=developer/gnu-binutils
SUMMARY="GNU binary utilities"
DESC="A set of programming tools for creating and managing binary programs, "
DESC+="object files, libraries, etc."

REPO=$GITHUB/richlowe/binutils-gdb
BRANCH=illumos-arm64
BRANCH=illumos-arm64-${VER//./-}
ARCH=aarch64

[ "$CLIBUILDARCH" = $ARCH ] || logerr "Incorrect arch selected, use -a $ARCH"
Expand Down Expand Up @@ -80,10 +80,8 @@ CFLAGS+=" $CFLAGS_FOR_TARGET"
CXXFLAGS+=" $CFLAGS_FOR_TARGET"

build_init() {
typeset d=${SYSROOT[$ARCH]}/usr

CONFIGURE_OPTS+="
--with-libgmp-prefix=$d
--with-gmp-include=${SYSROOT[$ARCH]}/usr/include/gmp
"
}

Expand Down
Loading