From: "Justin M. Forbes" jforbes@fedoraproject.org
This is required for some of the gcc plugins.
Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org --- redhat/kernel.spec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index 5941924711d4..c8ee1f82c494 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -501,7 +501,7 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant} # BuildRequires: kmod, patch, bash, tar, git-core BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk -BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex +BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex, gcc-c++ BuildRequires: net-tools, hostname, bc, elfutils-devel BuildRequires: dwarves BuildRequires: python3-devel
On 1/5/21 1:44 PM, GitLab Bridge on behalf of jmflinuxtx wrote:
From: "Justin M. Forbes" jforbes@fedoraproject.org
This is required for some of the gcc plugins.
Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org
redhat/kernel.spec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index 5941924711d4..c8ee1f82c494 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -501,7 +501,7 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant} # BuildRequires: kmod, patch, bash, tar, git-core BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp,
perl-devel, perl-generators, make, diffutils, gawk
-BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex +BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex, gcc-c++
Acked-by: Prarit Bhargava prarit@redhat.com
P.
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/845#note_47870799...
Now we just need Rust, Go and JavaScript to round out language needs (already C, C++, perl, python, java, flex/bison and llvm's clang)!!
Acked-by: Don Zickus dzickus@redhat.com
From: Eric Curtin on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/845#note_12163499...
Was searching around to see find any details on upcoming Rust support (and this comment came up in the search), which I got working with a kernel-ark Asahi fork in the last few days:
https://gitlab.com/fedora-asahi/kernel-asahi/-/commits/asahi_gpu_enablement/
So the Rust part of this comment could prove to be true sooner than we thought :sweat_smile:
kernel@lists.fedoraproject.org