Source: openssl Severity: normal Tags: patch Hi,
This is needed to bootstrap arc port. Patch attached. Thx, -Vineet
From 3268f18d797fb807a91a71266243e37749711b81 Mon Sep 17 00:00:00 2001 From: Vineet Gupta <vgu...@synopsys.com> Date: Thu, 3 Jun 2021 12:12:46 -0700 Subject: [PATCH] ARC arc target Signed-off-by: Vineet Gupta <vgu...@synopsys.com> --- debian/patches/debian-targets-arc.patch | 12 ++++++++++++ debian/patches/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/debian-targets-arc.patch diff --git a/debian/patches/debian-targets-arc.patch b/debian/patches/debian-targets-arc.patch new file mode 100644 index 000000000000..66be6afece80 --- /dev/null +++ b/debian/patches/debian-targets-arc.patch @@ -0,0 +1,12 @@ +--- a/Configurations/20-debian.conf ++++ b/Configurations/20-debian.conf +@@ -13,6 +13,9 @@ my %targets = ( + inherit_from => [ "debian-alpha" ], + cflags => add("-mcpu=ev5"), + }, ++ "debian-arc" => { ++ inherit_from => [ "linux-generic32", "debian" ], ++ }, + "debian-arm64" => { + inherit_from => [ "linux-aarch64", "debian" ], + }, diff --git a/debian/patches/series b/debian/patches/series index 54001c0d7f22..ebc70bc7101a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ no-symbolic.patch pic.patch c_rehash-compat.patch Set-systemwide-default-settings-for-libssl-users.patch +debian-targets-arc.patch -- 2.25.1
_______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc