File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 13
13
# }}}
14
14
#
15
15
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
16
- # Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
16
+ # Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
17
17
# Copyright 2023 Richard Lowe <richlowe@richlowe.net>
18
18
19
19
. ../../lib/build.sh
20
20
21
21
PROG=binutils
22
- VER=2.39
22
+ VER=2.41
23
23
PKG=developer/gnu-binutils
24
24
SUMMARY=" GNU binary utilities"
25
25
DESC=" A set of programming tools for creating and managing binary programs, "
26
26
DESC+=" object files, libraries, etc."
27
27
28
28
REPO=$GITHUB /richlowe/binutils-gdb
29
- BRANCH=illumos-arm64
29
+ BRANCH=illumos-arm64- ${VER // . / -}
30
30
ARCH=aarch64
31
31
32
32
[ " $CLIBUILDARCH " = $ARCH ] || logerr " Incorrect arch selected, use -a $ARCH "
@@ -80,10 +80,8 @@ CFLAGS+=" $CFLAGS_FOR_TARGET"
80
80
CXXFLAGS+=" $CFLAGS_FOR_TARGET "
81
81
82
82
build_init () {
83
- typeset d=${SYSROOT[$ARCH]} /usr
84
-
85
83
CONFIGURE_OPTS+="
86
- --with-libgmp-prefix= $d
84
+ --with-gmp-include= ${SYSROOT[$ARCH]} /usr/include/gmp
87
85
"
88
86
}
89
87
You can’t perform that action at this time.
0 commit comments