From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] vectorscan: Don't build for riscv64 Date: Wed, 29 May 2024 09:35:03 +0000 Message-ID: <20240529093503.3214558-1-michael.tremer@ipfire.org> In-Reply-To: <3e6c06c3-9da0-4354-8a2f-beab0d9527a9@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7015209819874882147==" List-Id: --===============7015209819874882147== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This architecture does not seem to be support and since we don't support this as a primary architecture just yet, we will build without this package. Signed-off-by: Michael Tremer --- config/rootfiles/common/{ =3D> aarch64}/vectorscan | 0 config/rootfiles/common/x86_64/vectorscan | 1 + lfs/vectorscan | 1 + 3 files changed, 2 insertions(+) rename config/rootfiles/common/{ =3D> aarch64}/vectorscan (100%) create mode 120000 config/rootfiles/common/x86_64/vectorscan diff --git a/config/rootfiles/common/vectorscan b/config/rootfiles/common/aar= ch64/vectorscan similarity index 100% rename from config/rootfiles/common/vectorscan rename to config/rootfiles/common/aarch64/vectorscan diff --git a/config/rootfiles/common/x86_64/vectorscan b/config/rootfiles/com= mon/x86_64/vectorscan new file mode 120000 index 000000000..d9581de70 --- /dev/null +++ b/config/rootfiles/common/x86_64/vectorscan @@ -0,0 +1 @@ +../aarch64/vectorscan \ No newline at end of file diff --git a/lfs/vectorscan b/lfs/vectorscan index 0b60e19c9..0bcc1bcf4 100644 --- a/lfs/vectorscan +++ b/lfs/vectorscan @@ -31,6 +31,7 @@ DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) +SUP_ARCH =3D x86_64 aarch64 =20 # The compiler uses a lot of memory to compile hyperscan, hence we reduce # the total number of processes a little bit to be able to build on --=20 2.39.2 --===============7015209819874882147==--