All of lore.kernel.org
 help / color / mirror / Atom feed
* Debian: openssl: Add ARC target
@ 2021-06-03 19:14 Vineet Gupta
  2021-08-30 16:37 ` Alexey Brodkin
  0 siblings, 1 reply; 4+ messages in thread
From: Vineet Gupta @ 2021-06-03 19:14 UTC (permalink / raw)
  To: submit; +Cc: arcml, Helmut Grohne, Guillem Jover

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Source: openssl
Severity: normal
Tags: patch

Hi,

This is needed to bootstrap arc port.
Patch attached.

Thx,
-Vineet

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-ARC-arc-target.patch --]
[-- Type: text/x-patch; name="0001-ARC-arc-target.patch", Size: 1371 bytes --]

From 3268f18d797fb807a91a71266243e37749711b81 Mon Sep 17 00:00:00 2001
From: Vineet Gupta <vgupta@synopsys.com>
Date: Thu, 3 Jun 2021 12:12:46 -0700
Subject: [PATCH] ARC arc target

Signed-off-by: Vineet Gupta <vgupta@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


[-- Attachment #3: Type: text/plain, Size: 170 bytes --]

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: Debian: openssl: Add ARC target
@ 2021-08-30 16:37 ` Alexey Brodkin
  2021-08-30 17:30   ` [Pkg-openssl-devel] Bug#989442: " Sebastian Andrzej Siewior
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey Brodkin @ 2021-08-30 16:37 UTC (permalink / raw)
  To: 989442; +Cc: Helmut Grohne, Guillem Jover, linux-snps-arc

On Thu, 3 Jun 2021 19:14:24 +0000 Vineet Gupta <Vineet.Gupta1@synopsys.com> wrote: 
> Source: openssl 
> Severity: normal 
> Tags: patch 
> 
> Hi, 
> 
> This is needed to bootstrap arc port. 
> Patch attached. 

Ping!

-Alexey

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Pkg-openssl-devel] Bug#989442: Debian: openssl: Add ARC target
  2021-08-30 16:37 ` Alexey Brodkin
@ 2021-08-30 17:30   ` Sebastian Andrzej Siewior
  2021-08-30 19:12     ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2021-08-30 17:30 UTC (permalink / raw)
  To: Alexey Brodkin, 989442, Package Development List for OpenSSL packages.
  Cc: Helmut Grohne, Guillem Jover, linux-snps-arc

On 2021-08-30 16:37:11 [+0000], Alexey Brodkin wrote:
> On Thu, 3 Jun 2021 19:14:24 +0000 Vineet Gupta <Vineet.Gupta1@synopsys.com> wrote: 
> > This is needed to bootstrap arc port. 
> > Patch attached. 
> 
> Ping!

Urgh. Sorry, thanks for the ping.

> -Alexey

Sebastian

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Pkg-openssl-devel] Bug#989442: Debian: openssl: Add ARC target
  2021-08-30 17:30   ` [Pkg-openssl-devel] Bug#989442: " Sebastian Andrzej Siewior
@ 2021-08-30 19:12     ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2021-08-30 19:12 UTC (permalink / raw)
  To: Package Development List for OpenSSL packages.
  Cc: Alexey Brodkin, 989442, Helmut Grohne, Guillem Jover, linux-snps-arc

control: found -1 1.1.1g-1
control: tags -1 + pending

On 2021-08-30 19:30:07 [+0200], To Alexey Brodkin wrote:
> On 2021-08-30 16:37:11 [+0000], Alexey Brodkin wrote:
> > On Thu, 3 Jun 2021 19:14:24 +0000 Vineet Gupta <Vineet.Gupta1@synopsys.com> wrote: 
> > > This is needed to bootstrap arc port. 
> > > Patch attached. 
> > 
> > Ping!
> 
> Urgh. Sorry, thanks for the ping.

I pushed it to the unstable/experimental branch so it will be part of
the next upload.
 https://salsa.debian.org/debian/openssl/-/commits/debian/unstable
 https://salsa.debian.org/debian/openssl/-/commits/debian/experimental

Feel free to yell if something ain't right.

> > -Alexey

Sebastian

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-30 19:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 19:14 Debian: openssl: Add ARC target Vineet Gupta
2021-08-30 16:37 ` Alexey Brodkin
2021-08-30 17:30   ` [Pkg-openssl-devel] Bug#989442: " Sebastian Andrzej Siewior
2021-08-30 19:12     ` Sebastian Andrzej Siewior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.