Skip to content

Commit e12accb

Browse files
committed
Bump binutils to 18.1.7-8.0.0
1 parent 69c5e63 commit e12accb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Xamarin.Android.Prepare
1515
//
1616
partial class Configurables
1717
{
18-
const string BinutilsVersion = "L_18.1.6-8.0.0";
18+
const string BinutilsVersion = "L_18.1.7-8.0.0";
1919

2020
const string MicrosoftOpenJDK17Version = "17.0.11";
2121
const string MicrosoftOpenJDK17Release = "17.0.11.9";
@@ -174,6 +174,7 @@ public static partial class Defaults
174174
new NDKTool (name: "ld"),
175175
new NDKTool (name: "llc"),
176176
new NDKTool (name: "llvm-mc"),
177+
new NDKTool (name: "llvm-objcopy"),
177178
new NDKTool (name: "llvm-strip"),
178179
};
179180
}

0 commit comments

Comments
 (0)