From e1f8433b248de9138917883118acc366fc6f7780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Tue, 24 Jan 2023 22:06:26 +0100 Subject: [PATCH] Add xxhash and gcc13 --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index 4c96e57..63f080d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -394,3 +394,9 @@ [submodule "kernel-source"] path = kernel-source url = ../../rpm/kernel-source.git +[submodule "xxhash"] + path = xxhash + url = ../../rpm/xxhash.git +[submodule "gcc13"] + path = gcc13 + url = ../../rpm/gcc13.git