We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d93d42 commit 37046efCopy full SHA for 37046ef
1 file changed
SPECS/gdb/gdb.spec
@@ -1,7 +1,7 @@
1
Summary: C debugger
2
Name: gdb
3
Version: 13.2
4
-Release: 3%{?dist}
+Release: 4%{?dist}
5
License: GPLv2+
6
Vendor: Microsoft Corporation
7
Distribution: Azure Linux
@@ -47,7 +47,8 @@ another program was doing at the moment it crashed.
47
--with-system-zlib \
48
--disable-sim \
49
--with-python=%{python3} \
50
- --enable-unit-tests
+ --enable-unit-tests \
51
+ --enable-targets=all
52
%make_build
53
54
%install
@@ -103,6 +104,9 @@ make check TESTS='gdb.base/default.exp'
103
104
%{_mandir}/*/*
105
106
%changelog
107
+* Mon Feb 03 2025 Andrew Phelps <anphel@microsoft.com> - 13.2-4
108
+- Enable cross-debugging on all supported targets
109
+
110
* Wed Oct 09 2024 Mitch Zhu <mitchzhu@microsoft.com> - 13.2-3
111
- Fix CVE-2023-39128, CVE-2023-39129, CVE-2023-39130
112
0 commit comments